diff --git a/ServicePrincipalCreds.template b/ServicePrincipalCreds.template new file mode 100644 index 0000000..63060ae --- /dev/null +++ b/ServicePrincipalCreds.template @@ -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" }}