hashicorp / vault-secrets-operator

The Vault Secrets Operator (VSO) allows Pods to consume Vault secrets natively from Kubernetes Secrets.
https://hashicorp.com
Other
449 stars 94 forks source link

VSO Support for s390x #273

Open Joshua-Beha opened 1 year ago

Joshua-Beha commented 1 year ago

Is your feature request related to a problem? Please describe. Currently, the official vault secrets operator images are only available on amd64 and arm64.

Describe the solution you'd like I would like to be able to run Vault Secrets Operator on OpenShift on s390x using an officially available image.

Describe alternatives you've considered I have attempted to build my own s390x image however this fails since Hashicorp Copywrite is not available for s390x (I have opened an issue in their repo). Additionally, an officially available image that is consistently updated would be greatly preferred from a security perspective compared to independently built images.

Additional context I see from this comment that it looks like VSO is still being evaluated on OpenShift.

benashz commented 1 year ago

Hi @Joshua-Beha, thanks for bringing this issue to our attention. I have flagged it for internal review by the team. Stay tuned.

Ben