1
0
mirror of https://github.com/krislamo/puppet-acme_vault synced 2025-09-09 11:59:29 +00:00

requester first pass

This commit is contained in:
Bob Belnap
2018-02-22 14:46:51 -05:00
parent 64d5946907
commit 7714cc7b41
7 changed files with 181 additions and 0 deletions

5
templates/bashrc Normal file
View File

@@ -0,0 +1,5 @@
export VAULT_TOKEN=<%= @vault_token %>
export VAULT_ADDR=<%= @vault_addr %>
export LEXICON_PROVIDER=namecheap
export LEXICON_NAMECHEAP_USERNAME=<%= @dns_api_username %>
export LEXICON_NAMECHEAP_TOKEN=$(<%= @vault_bin %> read -field=value /secret/dns_api/token)