Fernando Llaca

Results 12 issues of Fernando Llaca

Include (inside a `deployment/` folder, according to the recommendations in [golang-standards/project-layout](https://github.com/golang-standards/project-layout)) a Helm Chart that installs SecretsManager in K8s.

enhancement

Creates a snapshot before deleting an index. Snapshots are also rotated every `snapshot_delete_after` days

enhancement

This would allow having a "cold" storage of logs/indexes before destroying them completely. The snapshots themselves should have a retention time as well.

enhancement

Hi, I added here a first version of a x509 CRL resource, resolving #20 . The way of using it is using a field `certs_to_revoke`, that contains the certificates (in...

dependencies
size/XXL

I have a kustomization that creates a Cilium HelmRelease. When I suspend the latter, either in the git config or by calling `flux suspend helmrelease cilium`, the Kustomization hangs and...

Kubernetes OpenAPI specs are publicly available in Github at `https://raw.githubusercontent.com/kubernetes/kubernetes/v1.17.0/api/openapi-spec/swagger.json`. We could add some local filesystem cache of K8s swagger specs that _scheriff_ can populate on demand when running validations...

Some tools like jsonnet, ksonnet or Tanka generate Kubernetes in configuration format. As Json is a subset of YAML, extending Scheriff to validate also configuration in JSON format shouldn't be...

enhancement

This is needed to tweak the integration with CertManager: https://cert-manager.io/docs/concepts/ca-injector/ I opened this for release-0.8 because we use stash 0.8.3, but I guess it can be easy to replicate in...

## What issues does your PR fix? Fixes dags that use the KubernetesPodOperator setting `service_account_name` argument to a custom service account other than Airflow's: ``` [2024-07-01, 11:16:27 UTC] {pod.py:1107} INFO...