Commit 01d5491
authored
Support setting Target Role ARN for Pod Identity Associations (#164)
Issue #, if available: [2523](aws-controllers-k8s/community#2523)
Description of changes:
- Update aws-sdk-go-v2 to version 1.37.0
- Updated descriptions for various CRD fields
- Added disableSessionTags, targetRoleARN, and externalID fields to the PodIdentityAssociations CRD
- Updated PodIdentityAssociation delta.go and sdk.go to include new fields
- Added hook to force TargetRoleARN to empty string if not set during update operation.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent e88fa6e commit 01d5491
File tree
24 files changed
+409
-95
lines changed- apis/v1alpha1
- config/crd/bases
- helm/crds
- pkg/resource/pod_identity_association
- templates/hooks/pod_identity_association
24 files changed
+409
-95
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
| 444 | + | |
| 445 | + | |
444 | 446 | | |
445 | 447 | | |
446 | 448 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments