We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Github actions Azure Federated Identity OIDC authentication is not compatible with the current release of Lego.
It is fixed in #2036 azuredns: allow oidc authentication has been merged but does not seem to be in a release yet
Please can you create release so vancluever/terraform-provider-acme can be updated.
See also vancluever/terraform-provider-acme#352 (comment)
Sorry - probably shouldn't be a bug and the feature has already been added, so guess its more of a request
code = Unknown desc = azuredns: DefaultAzureCredential authentication failed
Through Terraform ACME provider
resource "acme_certificate" "cert" { account_key_pem = acme_registration.,mycert[0].account_key_pem common_name = var.myname dns_challenge { # https://registry.terraform.io/providers/vancluever/acme/latest/docs/guides/dns-providers-azuredns provider = "azuredns" config = { AZURE_AUTH_METHOD = "oidc" AZURE_RESOURCE_GROUP = var.public_dns_rg AZURE_ZONE_NAME = var.public_dns_zone AZURE_CLIENT_ID = data.azurerm_client_config.current.client_id AZURE_SUBSCRIPTION_ID = data.azurerm_client_config.current.subscription_id AZURE_TENANT_ID = data.azurerm_client_config.current.tenant_id AZURE_TTL = 300 AZURE_PROPAGATION_TIMEOUT = 150 } } }
github.com/go-acme/lego/v4 v4.14.2
n/a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Welcome
What did you expect to see?
Github actions Azure Federated Identity OIDC authentication is not compatible with the current release of Lego.
It is fixed in #2036 azuredns: allow oidc authentication has been merged but does not seem to be in a release yet
Please can you create release so vancluever/terraform-provider-acme can be updated.
See also vancluever/terraform-provider-acme#352 (comment)
Sorry - probably shouldn't be a bug and the feature has already been added, so guess its more of a request
What did you see instead?
code = Unknown desc = azuredns: DefaultAzureCredential authentication failed
How do you use lego?
Through Terraform ACME provider
Reproduction steps
Version of lego
github.com/go-acme/lego/v4 v4.14.2
Logs
code = Unknown desc = azuredns: DefaultAzureCredential authentication failed
Go environment (if applicable)
n/a
The text was updated successfully, but these errors were encountered: