We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc57f1c commit 14dc6f7Copy full SHA for 14dc6f7
README.md
@@ -62,6 +62,14 @@ The command bellow will set up the config backend with a max TTL of 48h.
62
$ vault write gitlab/config max_ttl=48h base_url=https://gitlab.example.com token=gitlab-super-secret-token
63
```
64
65
+You may also need to configure the Max TTL for a token that can be issued by setting:
66
+
67
+```shell
68
+$ vault secrets tune -max-lease-ttl=8784h gitlab/
69
+```
70
71
+Check https://developer.hashicorp.com/vault/docs/commands/secrets/tune for more information.
72
73
### Roles
74
75
This will create three roles, one of each type.
0 commit comments