Skip to content

Commit 84ade70

Browse files
committed
Add changes for supporting latest secrets signature
Signed-off-by: Abhisheka <[email protected]>
1 parent 9a25590 commit 84ade70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/auth/secrets/secrets.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func GetToken(tokenSecretContext *api.TokenSecretContext) (string, error) {
6464
}
6565

6666
// Get secret value with standardized interface
67-
secretValue, err := secretsInst.GetSecret(inputSecretKey, requestToContext(tokenSecretContext))
67+
secretValue, _, err := secretsInst.GetSecret(inputSecretKey, requestToContext(tokenSecretContext))
6868
if err != nil {
6969
return "", err
7070
}

0 commit comments

Comments
 (0)