-
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add vault preset chore: add swagger chore: add vault to registry chore: update readme chore: update readme chore: add tests * Update preset/vault/options.go Co-authored-by: Yury Fedorov <10244414+orlangure@users.noreply.github.com> * docs: vault supports arm64 * fix: remove TokenCreate option and create two helper funcs * fix: remove obsolete data from vault testdata * docs: update readme to reflect changes --------- Co-authored-by: Yury Fedorov <10244414+orlangure@users.noreply.github.com>
- Loading branch information
1 parent
97f7ed9
commit eb20d20
Showing
13 changed files
with
677 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,21 @@ | ||
{ | ||
"preset": { | ||
"version": "latest", | ||
"auth_token": "gnomock-vault-token", | ||
"auth": [ | ||
{ | ||
"path": "k8s_cluster1", | ||
"type": "kubernetes" | ||
} | ||
], | ||
"policies": [ | ||
{ | ||
"name": "empty_policy", | ||
"data": "{}" | ||
} | ||
], | ||
"options": { | ||
|
||
} | ||
} | ||
} |
Oops, something went wrong.