Sébastien GLON
Sébastien GLON
**Description** Pre-load Django app before wsgi start listening http queries #10137 **Test results** Ideally you extend the test suite in `tests/` and `dojo/unittests` to cover the changed in this PR....
**Bug description** Pod liveness and readiness use the same helm values that generate too many restart during the startup phase. And before restarting the pod we need to remove it...
**Is your feature request related to a problem? Please describe** We need to improve the Django app loading to make deployments less disruptive [here](https://simon-ninon.medium.com/making-django-deployments-less-disruptive-5ace190f6d8e) is a blog post that we...
Implement issue #692
Implement issue #693
**Is your feature request related to a problem? Please describe.** Give the choice to use configmap to share vault caCert. The idea is to use [trust-manager](https://github.com/cert-manager/trust-manager/) to inject the caCert...
**Is your feature request related to a problem? Please describe.** As already describe on the #452 We need to generate a secret from the PKI with the ca chain and...
**Describe the bug** We have for security reason to revoke all our aws `iam_user`. We have made it from the vault CLI. But the VSO not update the secret automatically....
**Describe the bug** Credential type: IAM_USER VSO: 0.1.0 Vault: 1.12.1 The VaultDynamicSecret is not renewed ``` apiVersion: secrets.hashicorp.com/v1beta1 kind: VaultDynamicSecret metadata: creationTimestamp: "2023-06-20T07:20:35Z" generation: 1 labels: kustomize.toolkit.fluxcd.io/name: ubble-devops-workloads kustomize.toolkit.fluxcd.io/namespace: flux-system...
To be more efficient on the CACert sharing accross namespaces, it is more easy to use ConfigMap instead of Secret for automation tooling that can deploy the CACert. Implement issue...