Skip to content

Commit 1cae3ee

Browse files
sicoyleyaron2
authored andcommitted
feat(postgres): add iam roles anywhere auth profile (#3604)
Signed-off-by: Samantha Coyle <[email protected]> Co-authored-by: Yaron Schneider <[email protected]> # Conflicts: # .build-tools/pkg/metadataschema/builtin-authentication-profiles.go # bindings/kafka/metadata.yaml # common/authentication/aws/static.go # common/authentication/aws/x509.go # common/authentication/postgresql/metadata.go # pubsub/kafka/metadata.yaml
1 parent 5ede374 commit 1cae3ee

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

bindings/postgres/metadata.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@ builtinAuthenticationProfiles:
7373
If both fields are set, then 'secretKey' value will be used.
7474
The secret key associated with the access key.
7575
example: '"wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"'
76+
- name: awsRegion
77+
type: string
78+
required: false
79+
description: |
80+
This maintains backwards compatibility with existing fields.
81+
It will be deprecated as of Dapr 1.17. Use 'region' instead.
82+
The AWS Region where the AWS service is deployed to.
83+
example: '"us-east-1"'
7684
authenticationProfiles:
7785
- title: "Connection string"
7886
description: "Authenticate using a Connection String"

configuration/postgres/metadata.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@ builtinAuthenticationProfiles:
6363
If both fields are set, then 'secretKey' value will be used.
6464
The secret key associated with the access key.
6565
example: '"wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"'
66+
- name: awsRegion
67+
type: string
68+
required: false
69+
description: |
70+
This maintains backwards compatibility with existing fields.
71+
It will be deprecated as of Dapr 1.17. Use 'region' instead.
72+
The AWS Region where the AWS service is deployed to.
73+
example: '"us-east-1"'
6674
authenticationProfiles:
6775
- title: "Connection string"
6876
description: "Authenticate using a Connection String."

state/postgresql/v1/metadata.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ builtinAuthenticationProfiles:
7070
If both fields are set, then 'secretKey' value will be used.
7171
The secret key associated with the access key.
7272
example: '"wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"'
73+
- name: awsRegion
74+
type: string
75+
required: false
76+
description: |
77+
This maintains backwards compatibility with existing fields.
78+
It will be deprecated as of Dapr 1.17. Use 'region' instead.
79+
The AWS Region where the AWS service is deployed to.
80+
example: '"us-east-1"'
7381
authenticationProfiles:
7482
- title: "Connection string"
7583
description: "Authenticate using a Connection String"

state/postgresql/v2/metadata.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ builtinAuthenticationProfiles:
6969
If both fields are set, then 'secretKey' value will be used.
7070
The secret key associated with the access key.
7171
example: '"wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"'
72+
- name: awsRegion
73+
type: string
74+
required: false
75+
description: |
76+
This maintains backwards compatibility with existing fields.
77+
It will be deprecated as of Dapr 1.17. Use 'region' instead.
78+
The AWS Region where the AWS service is deployed to.
79+
example: '"us-east-1"'
7280
authenticationProfiles:
7381
- title: "Connection string"
7482
description: "Authenticate using a Connection String"

0 commit comments

Comments
 (0)