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

[v17] Adds option to use ambient creds to IC integration config #51101

Open
wants to merge 2 commits into
base: branch/v17
Choose a base branch
from

Conversation

tcsc
Copy link
Contributor

@tcsc tcsc commented Jan 16, 2025

Backports #51013

Adds the option for the AWS Identity Center to draw its AWS client
config (including credentials and roles to assume) from the Teleport
processes' environment.

This change only includes the modifications to the protobuf plugin
settings. Actual functional changes are to follow.

Backports #51013

Adds the option for the AWS Identity Center to draw its AWS client
config (including credentials and roles to assume) from the Teleport
processes' environment.

This change only includes the modifications to the protobuf plugin
settings. Actual functional changes are to follow.
@tcsc tcsc added backport no-changelog Indicates that a PR does not require a changelog entry aws-iam-identity-center labels Jan 16, 2025
AWSIC_CREDENTIALS_SOURCE_UNKNOWN = 0;
// AWSIC_CREDENTIALS_SOURCE_OIDC indicates that the Identity Center plugin will
// draw its credentials from a configured Teleport OIDC integration and
// authenticate woth OIDC
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
// authenticate woth OIDC
// authenticate with OIDC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws-iam-identity-center backport no-changelog Indicates that a PR does not require a changelog entry size/sm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants