-
-
Notifications
You must be signed in to change notification settings - Fork 312
Open
Description
I have checked in my acl_api_token into various places in my Hiera yaml files. I'd like to be able to either look up my token or obfuscate/encrypt the acl_api_token so the value doesn't show up in my source control repository. Is there a way to do this or am I missing something obvious in the module? Here's a snippet of one of my Hiera files with the acl_api_token redacted.
Thank You.
consul::policies:
'Consul_Node_Policy':
description: "Consul Node policy, generated by puppet"
rules:
- resource: agent_prefix
segment: ""
disposition: "write"
- resource: node_prefix
segment: ""
disposition: "write"
- resource: service_prefix
segment: ""
disposition: "read"
- resource: session_prefix
segment: ""
disposition: "read"
acl_api_token: “REDACTED”
Metadata
Metadata
Assignees
Labels
No labels