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

Authentication: Refreshing the Service Principal Token before using it #1544

Merged
merged 1 commit into from
Jul 16, 2018

Conversation

tombuildsstuff
Copy link
Contributor

This fix was originally contributed by @sophos-jeff in #1349 but has been split-out

This allows Azure CLI auth to be used to accessing Key Vaults, which fixes #656.

This fix was originally contributed by @sophos-jeff in #1349 but has been split-out

This allows Azure CLI auth to be used to accessing Key Vaults, which fixes #656.
@tombuildsstuff
Copy link
Contributor Author

Tests run fine for a Service Principal:

$ acctests azurerm TestAccAzureRMResourceGr
=== RUN   TestAccAzureRMResourceGroup_importBasic
--- PASS: TestAccAzureRMResourceGroup_importBasic (69.23s)
=== RUN   TestAccAzureRMResourceGroup_basic
--- PASS: TestAccAzureRMResourceGroup_basic (61.88s)
=== RUN   TestAccAzureRMResourceGroup_disappears
--- PASS: TestAccAzureRMResourceGroup_disappears (71.84s)
=== RUN   TestAccAzureRMResourceGroup_withTags
--- PASS: TestAccAzureRMResourceGroup_withTags (76.84s)
PASS
ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	279.853s

and testing this for CLI auth works as expected too 👍

@monkey-jeff
Copy link

Nice! Glad to see this bug fixed. Since it'll be a bit before I get back to that PR (I hope I can get to it next week)

Copy link
Member

@radeksimko radeksimko left a comment

Choose a reason for hiding this comment

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

I don't really have the Azure knowledge here, but the solution looks reasonable to me.

I assume the auth logic in general would be difficult to test.

@tombuildsstuff
Copy link
Contributor Author

I assume the auth logic in general would be difficult to test.

yeah, it seems fine in my testing so 👍

@ghost
Copy link

ghost commented Mar 30, 2020

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 👉 hashibot-feedback@hashicorp.com. Thanks!

@ghost ghost locked and limited conversation to collaborators Mar 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CLI auth does not work with Key Vaults secrets
3 participants