Skip to content

Commit 5934002

Browse files
Imtiaz246tamalsaha
authored andcommitted
Add session token in aws-credentials field
Signed-off-by: Imtiaz Uddin <imtiaz@appscode.com>
1 parent ec25a66 commit 5934002

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apis/cloud/v1alpha1/credential_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ type AzureStorageCredential struct {
136136
type AWSCredential struct {
137137
AccessKeyID string `json:"accessKeyID"`
138138
SecretAccessKey string `json:"secretAccessKey"`
139+
SessionToken string `json:"sessionToken"`
139140
}
140141

141142
type PacketCredential struct {

0 commit comments

Comments
 (0)