postgres-operator/pkg/apis/acid.zalan.do/v1
Tiago Condeixa 7578f9d2c0
feat (operator): add support for IRSA (aws resources access) (#3128)
* fix data to POSIX and sed working on macos
* add ServiceAccountGetter to the newFakeK8sAnnotationsClient for unit tests
* try to update the service account
* use irsa_role_arn since we need the full arn, and remove enable_irsa
* move sa sync code to existing sync.go file to be all together
* change all Irsa to IRSA to follow go idiomatic that capitalize initialisms or acronyms
* using Update instead of Patch for the service account syn
* document the new option and add the key in the values/configs
* add the new option to the administrator docs
* trying to increase the timeout for the flaky test after sync

---------

Co-authored-by: Felix Kunde <felix-kunde@gmx.de>
2026-07-15 18:19:10 +02:00
..
const.go add unit test and documentation for finalizers (#2509) 2024-01-22 12:13:40 +01:00
crds.go auto-generate configuration CRD (#3102) 2026-06-22 10:44:46 +02:00
doc.go Fix golint failures 2019-01-08 13:04:48 +01:00
marshal.go switch to metav1.Duration for timeout options (#3121) 2026-06-29 10:32:24 +02:00
operator_configuration_type.go feat (operator): add support for IRSA (aws resources access) (#3128) 2026-07-15 18:19:10 +02:00
operatorconfiguration.crd.yaml feat (operator): add support for IRSA (aws resources access) (#3128) 2026-07-15 18:19:10 +02:00
postgres_team_type.go update docs about CRD generation and copy paste to chart dir, too (#3117) 2026-06-26 10:43:57 +02:00
postgresql.crd.yaml drop deprecated fields from Postgresql CRD (#3106) 2026-07-02 16:53:03 +02:00
postgresql_type.go drop deprecated fields from Postgresql CRD (#3106) 2026-07-02 16:53:03 +02:00
register.go PostgresTeam CRD for advanced team management (#1165) 2020-10-28 10:40:10 +01:00
util.go Make teamId in cluster name optional (#2001) 2022-08-24 10:12:50 +02:00
util_test.go drop deprecated fields from Postgresql CRD (#3106) 2026-07-02 16:53:03 +02:00
zz_generated.deepcopy.go drop deprecated fields from Postgresql CRD (#3106) 2026-07-02 16:53:03 +02:00