Added (optional) publicUrl to vault-backend plugin

Signed-off-by: Casper Thygesen <cth@trifork.com>
This commit is contained in:
Casper Thygesen
2022-12-01 10:33:59 +00:00
parent 80d9674a4a
commit 568ae02463
5 changed files with 22 additions and 3 deletions
+2 -1
View File
@@ -63,7 +63,8 @@ To get started, first you need a running instance of Vault. You can follow [this
```yaml
vault:
baseUrl: http://your-vault-url
baseUrl: http://your-internal-vault-url.svc
publicUrl: https://your-vault-url.example.com
token: <VAULT_TOKEN>
secretEngine: 'customSecretEngine' # Optional. By default it uses 'secrets'
kvVersion: <kv-version> # Optional. The K/V version that your instance is using. The available options are '1' or '2'