-
Notifications
You must be signed in to change notification settings - Fork 336
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 instance_discovery toggle to modules for alternate Azure Clouds #1236
Labels
has_pr
PR fixes have been made
medium_priority
Medium priority
question
Further information is requested
Comments
p3ck
added a commit
to p3ck/ansible-collections_azure
that referenced
this issue
Feb 13, 2024
Added support in ansible common to support setting disable_instance_discovery when using azure clouds and you don't have access to login.microsoftonline.com. This can be specified as a module argument, environment variable or in credential profile. To enable set to True, default if False which doesn't change the current behaviour. fix ansible-collections#1236
p3ck
added a commit
to p3ck/ansible-collections_azure
that referenced
this issue
Feb 20, 2024
Added support in ansible common to support setting disable_instance_discovery when using azure clouds and you don't have access to login.microsoftonline.com. This can be specified as a module argument, environment variable or in credential profile. To enable set to True, default if False which doesn't change the current behaviour. Updated doc fragment to explain how to use it. fix ansible-collections#1236
p3ck
added a commit
to p3ck/ansible-collections_azure
that referenced
this issue
Feb 21, 2024
Added support in ansible common to support setting disable_instance_discovery when using azure clouds and you don't have access to login.microsoftonline.com. This can be specified as a module argument, environment variable or in credential profile. To enable set to True, default if False which doesn't change the current behaviour. Updated doc fragment to explain how to use it. fix ansible-collections#1236
p3ck
added a commit
to p3ck/ansible-collections_azure
that referenced
this issue
Feb 21, 2024
Added support in ansible common to support setting disable_instance_discovery when using azure clouds and you don't have access to login.microsoftonline.com. This can be specified as a module argument, environment variable or in credential profile. To enable set to True, default if False which doesn't change the current behaviour. Updated doc fragment to explain how to use it. fix ansible-collections#1236
xuzhang3
pushed a commit
that referenced
this issue
Feb 29, 2024
Added support in ansible common to support setting disable_instance_discovery when using azure clouds and you don't have access to login.microsoftonline.com. This can be specified as a module argument, environment variable or in credential profile. To enable set to True, default if False which doesn't change the current behaviour. Updated doc fragment to explain how to use it. fix #1236
Thank you! It may take some time to test it, but I will try to test it. |
Justwmz
pushed a commit
to Justwmz/azure
that referenced
this issue
Nov 4, 2024
Added support in ansible common to support setting disable_instance_discovery when using azure clouds and you don't have access to login.microsoftonline.com. This can be specified as a module argument, environment variable or in credential profile. To enable set to True, default if False which doesn't change the current behaviour. Updated doc fragment to explain how to use it. fix ansible-collections#1236
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
has_pr
PR fixes have been made
medium_priority
Medium priority
question
Further information is requested
SUMMARY
Authentication with Azure passes through two libraries that changed behavior and caused a breakage in an environment I work in.
As of today the Azure Collection fails to connect in this environment:
Setting "instance_discovery=False" allows the environment to work again.
ISSUE TYPE
COMPONENT NAME
All Azure modules.
ADDITIONAL INFORMATION
It may be possible to add support for this new instance_discovery toggle by checking for the existence of the "AZURE_AUTHORITY_HOST" environment variable.
See also AzureAD/microsoft-authentication-library-for-python#578
The text was updated successfully, but these errors were encountered: