Consul template for creds file
Add Consul template for creds file
This commit is contained in:
Родитель
ce4db4f49a
Коммит
4717b138a3
|
@ -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" }}
|
Загрузка…
Ссылка в новой задаче