-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Working dropdown but it hangs * debug dump * Adding var loading; working on solving the freeze on ns change * Ns with a table: wip * Working namespace change * Updated yaml example
- Loading branch information
1 parent
98110d0
commit 09789e2
Showing
38 changed files
with
946 additions
and
132 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 was deleted.
Oops, something went wrong.
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,14 @@ | ||
#r equired | ||
vault_addr: http://127.0.0.1:8200 | ||
vault_token: hvs.token | ||
# For ent users only | ||
vault_namespace: admin | ||
vault_ca_cert: /tmp/ca.crt | ||
vault_client_cert: /tmp/client.crt | ||
vault_client_key: /tmp/client.key | ||
# optional | ||
vaulty_log_file: /tmp/my-vault-log.log | ||
vaulty_log_level: debug | ||
# How often to pull information from Vault. Added in case rate limit is a problem | ||
# Default is 30 seconds | ||
# vaulty_refresh_rate: 30 |
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
Oops, something went wrong.