Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Support for salted secrets #114

Open
henobi opened this issue Mar 23, 2024 · 2 comments
Open

Feature: Support for salted secrets #114

henobi opened this issue Mar 23, 2024 · 2 comments

Comments

@henobi
Copy link

henobi commented Mar 23, 2024

Support the conversion of SealedSecrets.

apiVersion: bitnami.com/v1alpha1
kind: SealedSecret
metadata:
  name: mysecret
  namespace: mynamespace
spec:
  encryptedData:
    foo: AgBy3i4OJSWK+PiTySYZZA9rO43cGDEq.....
@hashmap-kz
Copy link

Support the conversion of SealedSecrets.

apiVersion: bitnami.com/v1alpha1
kind: SealedSecret
metadata:
  name: mysecret
  namespace: mynamespace
spec:
  encryptedData:
    foo: AgBy3i4OJSWK+PiTySYZZA9rO43cGDEq.....

Hello. Which provider do you use currently for deploying sealed-secrets CRD in k8s with terraform? Or you're just using kubernetes_manifest resource?

@henobi
Copy link
Author

henobi commented May 23, 2024

Support the conversion of SealedSecrets.

apiVersion: bitnami.com/v1alpha1
kind: SealedSecret
metadata:
  name: mysecret
  namespace: mynamespace
spec:
  encryptedData:
    foo: AgBy3i4OJSWK+PiTySYZZA9rO43cGDEq.....

Hello. Which provider do you use currently for deploying sealed-secrets CRD in k8s with terraform? Or you're just using kubernetes_manifest resource?

Hi, we are just using the kubernetes_manifest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants