-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add swagger chore: add vault to registry chore: update readme chore: update readme chore: add tests
- Loading branch information
1 parent
1ae578b
commit 42c852e
Showing
13 changed files
with
713 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"preset": { | ||
"version": "latest", | ||
"auth_token": "gnomock-vault-token", | ||
"auth": [ | ||
{ | ||
"path": "k8s_cluster1", | ||
"type": "kubernetes" | ||
} | ||
], | ||
"policies": [ | ||
{ | ||
"name": "empty_policy", | ||
"data": "{}" | ||
} | ||
], | ||
"token_create": { | ||
"policies": [ | ||
"default" | ||
], | ||
"file_path": "/tmp/token" | ||
} | ||
}, | ||
"options": { | ||
} | ||
} |
Oops, something went wrong.