Aaron Peschel
Aaron Peschel
https://github.com/zalando/spilo/blob/master/postgres-appliance/scripts/configure_spilo.py#L821-L829 ``` elif not aws_region: # try to determine region from the endpoint or bucket name name = wale.get('WAL_S3_BUCKET') or wale.get('WALE_S3_PREFIX') match = re.search(r'.*(\w{2}-\w+-\d)-.*', name) if match: aws_region = match.group(1)...
It seems like dynver is trying to produce a valid SemVer version as its version, but at the moment, the tag parser is a bit too flexible in what it...
DynVer doesn't respect tags with build metadata in them. SemVer tags with a `+` in them completely break DynVer. **Metadata SemVer tags** **Input:** v1.2.3+foo **Expected Result:** Ignore tag or Valid...
Please, answer some short questions which should help us to understand your problem / question better? - **Which image of the operator are you using?** registry.opensource.zalan.do/acid/spilo-13:2.0-p7 - **Where do you...
Please, answer some short questions which should help us to understand your problem / question better? - **Which image of the operator are you using?** e.g. registry.opensource.zalan.do/acid/postgres-operator:v1.6.3 - **Where do...
It doesn't seem possible to have a kustomization overlay patch encrypted with SOPS. It seems like the patch is applied before SOPS decrypts the secrets, which means SOPS won't be...
* Set pipefail * Explicitly define all external variables used in this script * Remove extraneous whitespace * Correct shellcheck issues * Consistently use shell builtins for logic * Lower...
Relies on https://github.com/keycloak/keycloak-operator/pull/340 Adds instructions on how to use HTTP basic auth URLs to access private extensions.
At the moment, the SOPS decryption happens on a per resource level after the krusty library has done a kustomize run, as seen here: https://github.com/fluxcd/kustomize-controller/blob/main/controllers/kustomization_controller.go#L627-L640 This causes issues when a...
Using saml2aws 2.36.4. We're having issues with users authenticating to OneLogin. What's strange is that these users only seem to have issues with saml2aws, and are able to authenticate to...