postgres-operator/pkg/util/constants
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
..
annotations.go feat (operator): add support for IRSA (aws resources access) (#3128) 2026-07-15 18:19:10 +02:00
aws.go Add support for EBS CSI Driver (#2677) 2024-12-19 12:32:09 +01:00
kubernetes.go get postgres container by name, not index (#1504) 2021-05-27 18:56:58 +02:00
pooler.go add pooler suffix to DNS annotation of pooler LoadBalancer service (#2188) 2023-01-27 12:07:48 +01:00
postgresql.go polish global config about sharing postgresql-run socket (#2155) 2023-01-02 18:28:48 +01:00
roles.go copy rolconfig during password rotation (#2183) 2023-01-25 10:48:23 +01:00
streams.go add resource annotation and ignore recovery type (#2817) 2024-12-16 18:17:19 +01:00
units.go Implement replicaLoadBalancer boolean flag. (#38) 2017-06-07 13:54:17 +02:00