sl1pm4t / k2tf

Kubernetes YAML to Terraform HCL converter
Mozilla Public License 2.0
1.18k stars 108 forks source link

Feature: Support for salted secrets #114

Open henobi opened 6 months ago

henobi commented 6 months ago

Support the conversion of SealedSecrets.

apiVersion: bitnami.com/v1alpha1
kind: SealedSecret
metadata:
  name: mysecret
  namespace: mynamespace
spec:
  encryptedData:
    foo: AgBy3i4OJSWK+PiTySYZZA9rO43cGDEq.....
hashmap-kz commented 4 months ago

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 commented 4 months ago

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.