Piotr Roszatycki

Results 49 comments of Piotr Roszatycki

@stefanprodan I think I don't understand. Currently, OCIRepository might be used as a source for Flux's Kustomization and it might contain all different types of files, not just Kubernetes manifests:...

/remove-lifecycle stale

/remove-lifecycle stale Some day maybe I'll create a proper PR...

/remove-lifecycle stale I swear I will fix it myself.

@estahn Hi. Any chance that this PR will be reviewed?

@estahn There is already a test without prefix: `name: "aws in china",` for example. All tests without prefix pass. See https://github.com/estahn/k8s-image-swapper/pull/961/files#diff-29cea1b5b831c8655c7155f43e2367cec73e66d1e338f8b3c7877a2f339b8811L255

I have no better proposition for the name of the Resource than `KMSDecrypt`. The spec should probably have a `ciphertext` field maybe? I can impement it as you have already...

Both projects: SOPS and Sealed Secrets are overcomplicated and bring enormous complexity. Sealed secrets: Does it even work with KMS? The project has a note: > NOTE: we are working...

I can imagine something like: I create an encrypted ciphertext: ```sh aws kms encrypt --key-id alias/test --plaintext $(echo -n Hello | base64) ``` I can put it as "ciphertext" field:...