We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f70981 commit 19ee136Copy full SHA for 19ee136
common/token.go
@@ -80,6 +80,7 @@ func (params *TokenParams) ToKmsContext() map[string]*string {
80
81
if len(params.Principals) > 0 {
82
for i, principal := range params.Principals {
83
+ principal := principal
84
key := fmt.Sprintf("principal-%d", i)
85
context[key] = &principal
86
}
0 commit comments