Tokenize Credential Request AZURE#855
Open
desmax74 wants to merge 5 commits into
Open
Conversation
Signed-off-by: desmax74 <mdessi@redhat.com>
…/manual)
Enable Cloud Credential Operator support for AWS with all standard OpenShift
CCO modes. Manual mode (STS) auto-configures projected SA token volumes and
AWS SDK credential chain env vars. The ccoMode field is fixed from broken {}
default to a proper string enum.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Extend CCO integration to GCP: add serviceAccountEmail to schemas and CredentialsRequest, GCP-specific GOOGLE_APPLICATION_CREDENTIALS env var for manual mode, and enable token-auth-gcp OLM annotation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Extend CCO integration to Azure: add AzureProviderSpec with roleBindings, azureClientID, azureTenantID in CredentialsRequest; Azure-specific env vars (AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_SUBSCRIPTION_ID, AZURE_FEDERATED_TOKEN_FILE) for manual mode; and enable token-auth-azure OLM annotation. Azure uses S3-compatible storage, so storage env var handling remains the same. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
We failed to fetch pull request #855.
You can try again by commenting this pull request with @sourcery-ai review, or contact us for help.
Signed-off-by: desmax74 <mdessi@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://redhat.atlassian.net/browse/TC-4307