Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. {
  2. "dsa-key": {
  3. "app-key": "xxxxxxxx"
  4. },
  5. "region": {
  6. "dev": {
  7. "app-db": {
  8. "user":"xxxxx",
  9. "pass":"xxxxx"
  10. },
  11. "app-test-user": {
  12. "user":"xxxxx",
  13. "pass":"xxxxx"
  14. }
  15. },
  16. "qe": {
  17. "app-db": {
  18. "user":"xxxxx",
  19. "pass":"xxxxx"
  20. },
  21. "app-test-user": {
  22. "user":"xxxxx",
  23. "pass":"xxxxx"
  24. }
  25. },
  26. }
  27. }
  28.  
  29. knife vault create myDataBag auth "" --json myDataBag-credentials.json --search='role:build-myApp' --admins $USER --mode client
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement