Skip to content

Commit

Permalink
fix: [CDS-102292]: Added SessionTokenRef to AWS Manual Config (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshitsrivastava97 authored Nov 20, 2024
1 parent 3d2f7e2 commit 8f3d939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions harness/nextgen/docs/AwsManualConfigSpec.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Name | Type | Description | Notes
**AccessKey** | **string** | | [optional] [default to null]
**AccessKeyRef** | **string** | | [optional] [default to null]
**SecretKeyRef** | **string** | | [default to null]
**SessionTokenRef** | **string** | | [optional] [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

1 change: 1 addition & 0 deletions harness/nextgen/model_aws_manual_config_spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ type AwsManualConfigSpec struct {
AccessKey string `json:"accessKey,omitempty"`
AccessKeyRef string `json:"accessKeyRef,omitempty"`
SecretKeyRef string `json:"secretKeyRef"`
SessionTokenRef string `json:"sessionTokenRef,omitempty"`
}

0 comments on commit 8f3d939

Please sign in to comment.