Anne Isabelle "Anya" Macedo
Anne Isabelle "Anya" Macedo
Hello there, Our company uses CAS for authentication and we are using SAML for it. I've seen the issues about SAML but they are related to Okta, but I'm not...
Currently, a LB's healthcheck endpoint on GCP can be changed through readiness probes that can be defined via teresa.yaml. However, this is only applied when the app is being deployed...
Our release script keeps only the latest version of the chart on the Helm repo. It should keep a list of version (should probably download index.yaml first, then update it).
https://github.com/luizalabs/teresa/blob/46667d7e30c1b11311b5baee65d1e09ad3aee9ce/helm/chart/teresa/templates/deployment.yaml#L150 This should be optional, as forgetting it might break the Teresa server.
It would be great to have a dry-run option on Teresa, allowing us to understand what exactly Teresa creates on Kubernetes. We could take advantage of the client https://github.com/luizalabs/teresa/blob/master/pkg/server/k8s/client.go for...
Teresa should be able to build and push the slugrunner images (after running slugstore to download artifacts) to a Docker registry.
If applied, this PR expands the liveness, readiness and lifecycle to sidecars, such as the NGINX sidecar or the CloudSQL Proxy sidecar. However, it can be harmful for deployments using...
On teresa, when we create a new super-user, we have to send the password by a flag `--password`. This way, passwords might be saved as plain-text on bash history. Teresa...
Sometimes, during the release stage of a deployment, Teresa returns an error such as "... returned a non zero value". Teresa handles this error generically, and that's okay, but is...
- [x] I have read the [contributing](docs/CONTRIBUTING.md) guide. ### Report I had a situation where I had a Redis full of stuff and I wanted to only transfer the keys...