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

Adding OIDC auth functionality to the Azure integration #51219

Merged
merged 46 commits into from
Jan 23, 2025

Conversation

mvbrock
Copy link
Contributor

@mvbrock mvbrock commented Jan 19, 2025

Part of https://github.com/gravitational/access-graph/issues/640, this PR adds OIDC auth functionality to the Azure integration. If an Azure OIDC integration is configured, the Azure integration functionality can be configured to use the Auth server's authorized keypair to generate an Azure token for generating credentials. These credentials can then be used to fetch Azure resources.

api/client/client.go Show resolved Hide resolved
lib/auth/auth.go Outdated Show resolved Hide resolved
lib/auth/authclient/api.go Show resolved Hide resolved
lib/srv/discovery/access_graph_azure.go Outdated Show resolved Hide resolved
@mvbrock mvbrock force-pushed the mvbrock/azure-integration-disco-azure-srv branch from c3292e2 to 15f12a5 Compare January 21, 2025 21:04
@mvbrock mvbrock force-pushed the mvbrock/azure-integration-disco-oidc branch from e96050c to 9f1be00 Compare January 21, 2025 21:12
@mvbrock mvbrock requested a review from tigrato January 22, 2025 19:44
@mvbrock mvbrock force-pushed the mvbrock/azure-integration-disco-azure-srv branch from 15f12a5 to 76a9d34 Compare January 22, 2025 21:04
@mvbrock mvbrock force-pushed the mvbrock/azure-integration-disco-oidc branch from 526a053 to a540f88 Compare January 23, 2025 02:16
@mvbrock mvbrock force-pushed the mvbrock/azure-integration-disco-oidc branch from 27f36b1 to 1343b20 Compare January 23, 2025 15:21
@mvbrock mvbrock force-pushed the mvbrock/azure-integration-disco-azure-srv branch from c86b4a3 to 10feddd Compare January 23, 2025 16:11
@mvbrock mvbrock force-pushed the mvbrock/azure-integration-disco-oidc branch 2 times, most recently from c081831 to fa43980 Compare January 23, 2025 16:43
Base automatically changed from mvbrock/azure-integration-disco-azure-srv to master January 23, 2025 16:56
@mvbrock mvbrock force-pushed the mvbrock/azure-integration-disco-oidc branch from fa43980 to ebcdab8 Compare January 23, 2025 17:05
@mvbrock mvbrock marked this pull request as ready for review January 23, 2025 17:06
@mvbrock mvbrock added the no-changelog Indicates that a PR does not require a changelog entry label Jan 23, 2025
@mvbrock mvbrock enabled auto-merge January 23, 2025 17:33
@mvbrock mvbrock added this pull request to the merge queue Jan 23, 2025
Merged via the queue into master with commit bc3a767 Jan 23, 2025
44 checks passed
@mvbrock mvbrock deleted the mvbrock/azure-integration-disco-oidc branch January 23, 2025 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discovery no-changelog Indicates that a PR does not require a changelog entry size/md
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants