data-lake-adlstool/ServicePrincipalCreds.template

8 строки
311 B
Plaintext

#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" }}