Browse Source

comment

pull/5276/head
stbeldarborge 1 month ago
parent
commit
28afe6f29f
No known key found for this signature in database GPG Key ID: 6BD73EF41DDF328B
  1. 1
      dnsapi/dns_azure.sh

1
dnsapi/dns_azure.sh

@ -87,6 +87,7 @@ dns_azure_add() {
_saveaccountconf_mutable AZUREDNS_CLIENTSECRET "$AZUREDNS_CLIENTSECRET"
fi
# Use provided bearer token if available and prefix it with Bearer if not already done
if [ -z "$AZUREDNS_BEARERTOKEN" ]; then
accesstoken=$(_azure_getaccess_token "$AZUREDNS_MANAGEDIDENTITY" "$AZUREDNS_TENANTID" "$AZUREDNS_APPID" "$AZUREDNS_CLIENTSECRET")
else

Loading…
Cancel
Save