Skip to content

Commit

Permalink
Merge pull request #1 from TouchType/consul-template-creds-file
Browse files Browse the repository at this point in the history
Add Consul Template template
  • Loading branch information
mvagias committed Nov 2, 2017
2 parents ce4db4f + e28e41f commit 2460890
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ServicePrincipalCreds.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#NOTE: Consul Template file. Creates Service Principal based cred file.
#See https://github.com/hashicorp/consul-template for further information.
account={{ env "ADLS_FQDN" }}
credtype=clientcredentials
clientid={{ env "SP_CLIENT_ID" }}
credential={{ env "SP_CLIENT_SECRET" }}
authurl={{ env "SP_OAUTH_URL" }}

0 comments on commit 2460890

Please sign in to comment.