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

Add credentials.WithPolicy method to narrow down policy #2007

Merged
merged 3 commits into from
Oct 12, 2024

Commits on Oct 10, 2024

  1. add credentials.NewSTSWebIdentityWithPolicy method

    The `NewSTSWebIdentityWithPolicy` allows fetching credentials that are narrowed down to the specified policy. This is useful when a client requires less rights then it actually has. The returned credentials will have the intersection of the requested policy and the assigned policies.
    ramondeklein committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    7f07883 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    305b6c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd9d19c View commit details
    Browse the repository at this point in the history