-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
azuredns: allow oidc authentication #2036
azuredns: allow oidc authentication #2036
Conversation
e319f0b
to
c97089b
Compare
Thanks @pchanvallon Rebuilt Terraform ACME provider with Did not work and got 401 at first Then included * (Terraform Cloud exports
Also, I added these here to the provider since Terraform Cloud exports them as
|
Hello @stmcx, |
5aee785
to
b975e27
Compare
eda3149
to
5b59784
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hello,
Here is the implementation for the OIDC authentication support (fixes #2027).
I was able to test the integration with GitHub actions workflows, but not with Terraform cloud.
@stmcx, can you try that this is also working in your use case ?
Thanks.