Skip to content
Snippets Groups Projects
Commit 440973ab authored by František Dvořák's avatar František Dvořák
Browse files

Gateway: secure using auth token

parent 280aa24a
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@
dest: /tmp/gateway.yaml
mode: 0640
content: |
authToken: "{{ lookup('community.hashi_vault.hashi_vault', vault_mount_point + '/data/gateway_authtoken:value', token_validate=true) }}"
global:
rbac: true
deployment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment