-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azurerm_app_service: Adds authentication support #2831
azurerm_app_service: Adds authentication support #2831
Conversation
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.
can we do this for Azure function app as well? Looks like much of the changes are applicable to functions_app
@a144359 I'll look into this 👍 |
@joakimhew sorry for the delay reviewing this PR (I'd missed this hadn't been reviewed) - I'm taking a look now |
@tombuildsstuff Thank you buddy. I can see that there are a couple of conflicts now as it's been a while. I'll wait for your review before I resolve those conflicts! 😄 |
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.
hey @joakimhew
Thanks for this PR - apologies for the delayed review here, I'd got most of the way through this and then forgot to hit submit, so I've taken a fresh look this morning.
On the whole this looks pretty good - if we can fix up the comments (and resolve the merge conflicts) this otherwise LGTM 👍
Thanks!
@tombuildsstuff Thank you for the review Tom. I'll try to get by it this week! 👍 |
dc701ed
to
6c5e481
Compare
cb8d8c1
to
517b906
Compare
@tombuildsstuff I've resolved your requested changes and hopefully it's good to go now 👍 |
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.
hey @joakimhew
Thanks for pushing those changes - taking a look through besides some minor documentation tweaks (to ensure this matches the other resources, which I hope you don't mind but I'm going to push a commit for) - this LGTM 👍
Thanks!
@tombuildsstuff Wonderful, thank you for resolving the documentation stuff. And as always, thanks for the amount of work you put into reviewing this! 😄 |
@joakimhew anytime :) the tests identified a couple more minor things, which I've pushed a commit to fix |
Tests pass: Thanks again @joakimhew :) |
This has been released in version 1.29.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 1.29.0"
}
# ... other configuration ... |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
This PR fixes #1992 and allows users to configure authentication for
azurerm_app_service
. This PR supports all of the providers in azure (Active Directory, Facebook, Google, Microsoft, Twitter).It uses the
UpdateAuthSetting
as mentioned in the issue. More information about the API here: Web Apps - Update Auth SettingsEach provider is defined in it's own block inside of an
auth_settings
section.Example: