Skip to content
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

add secure_storage_connector module #58

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

levinandrew
Copy link
Contributor

No description provided.


display_name = "${var.namespace} Application"
owners = [data.azuread_client_config.current.object_id]
sign_in_audience = "AzureADMultipleOrgs"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We want to create a multi-tenant service principal

https://stackoverflow.com/questions/65696539/how-to-create-a-multi-tenant-service-principal-in-azure-using-terraform/65696750#65696750

And available_to_other_tenants has been deprecated and replaced with sign_in_audience in the AzureAD v2.0 and Microsoft Graph docs

@levinandrew levinandrew force-pushed the levinandrew/secure_storage_connector branch from 784ba18 to 596fd0c Compare April 24, 2024 20:54
@levinandrew levinandrew force-pushed the levinandrew/secure_storage_connector branch from 1664a7d to 8490a80 Compare April 25, 2024 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant