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

[Factors] Azure Key Vault Variables #2724

Merged
merged 1 commit into from
Aug 19, 2024
Merged

[Factors] Azure Key Vault Variables #2724

merged 1 commit into from
Aug 19, 2024

Conversation

rylev
Copy link
Collaborator

@rylev rylev commented Aug 19, 2024

Moves over #2678 to Factors (and does some clean up on the way.

cc @devigned

@rylev rylev requested a review from lann August 19, 2024 13:11
@rylev rylev changed the base branch from main to factors August 19, 2024 13:11
@rylev rylev mentioned this pull request Aug 19, 2024
48 tasks
Copy link
Collaborator

@lann lann left a comment

Choose a reason for hiding this comment

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

Just a couple of notes about the existing code 🤷

}

#[derive(Debug, Copy, Clone, Deserialize, Default)]
pub enum AzureAuthorityHost {
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is probably out of scope for this PR but this seems like an odd enum to maintain here...

Comment on lines +150 to +153
AzureAuthorityHost::AzureChina => "https://login.chinacloudapi.cn/",
AzureAuthorityHost::AzureGovernment => "https://login.microsoftonline.us/",
AzureAuthorityHost::AzureGermany => "https://login.microsoftonline.de/",
AzureAuthorityHost::AzurePublicCloud => "https://login.microsoftonline.com/",
Copy link
Collaborator

Choose a reason for hiding this comment

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

@rylev rylev merged commit c6fb174 into factors Aug 19, 2024
1 check passed
@lann lann deleted the azure-key-vault-factors branch August 19, 2024 19:53
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.

2 participants