-
Notifications
You must be signed in to change notification settings - Fork 646
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
credentials.WithPolicy
method to narrow down policy (#2007)
The `NewSTSWebIdentityWithPolicy` allows fetching credentials that are narrowed down to the specified policy. This is useful when a client requires fewer rights than it has. The returned credentials will have the intersection of the requested policy and the assigned policies. * add `credentials.NewKubernetesIdentity`
- Loading branch information
1 parent
cca4103
commit a506e3d
Showing
1 changed file
with
39 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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