Code Monkey home page Code Monkey logo

Comments (9)

antoniotamer avatar antoniotamer commented on June 7, 2024 2

My team is eagerly awaiting this change as well, can we get an ETA on the next release?

from kubernetes-external-secrets.

silasbw avatar silasbw commented on June 7, 2024 2

We just release 1.4.0. Thanks for patience and contributions folks 🙏 .

from kubernetes-external-secrets.

Flydiverny avatar Flydiverny commented on June 7, 2024

Does this require anything more than being able to set type in the external secret resource?

Example:

apiVersion: kubernetes-client.io/v1
kind: ExternalSecret
metadata:
  name: my-dockerhub-secret
secretDescriptor:
  backendType: secretsManager
  type: kubernetes.io/dockerconfigjson
  data:
    - key: /development/mma/dockerhub
      name: .dockerconfigjson

Where the value in backend would be

{"auths":{"https://index.docker.io/v1/":{"auth":"bXljcmVkZW50aWFsczp2ZXJ5LW5pY2UtcGFzc3dvcmQ="}}}

Similarly could be done for tls?

apiVersion: kubernetes-client.io/v1
kind: ExternalSecret
metadata:
  name: my-tls
secretDescriptor:
  backendType: secretsManager
  type: kubernetes.io/tls
  data:
    - key: /development/mma/certifcate
      property: crt
      name: tls.crt
    - key: /development/mma/certifcate
      property: key
      name: tls.key

from kubernetes-external-secrets.

derrickburns avatar derrickburns commented on June 7, 2024

It seems like you need to validate that the proper fields exist:

https://github.com/kubernetes/kubernetes/blob/7693a1d5fe2a35b6e2e205f03ae9b3eddcdabc6b/pkg/apis/core/types.go#L4394-L4478

Otherwise, I think you are correct.

from kubernetes-external-secrets.

AndriMar avatar AndriMar commented on June 7, 2024

Is this not the same as #130 ?
I have a need for this now and waiting for the release. 🙂

from kubernetes-external-secrets.

Flydiverny avatar Flydiverny commented on June 7, 2024

Yepp should work with the changes from #130 also hoping for a release :)

cc @silasbw

from kubernetes-external-secrets.

GeoffMillerAZ avatar GeoffMillerAZ commented on June 7, 2024

I would also love to see this released. =)

from kubernetes-external-secrets.

silasbw avatar silasbw commented on June 7, 2024

Working on it now. Updating our release script. #165 if you want to chime in :)

from kubernetes-external-secrets.

antoniotamer avatar antoniotamer commented on June 7, 2024

I upgraded today and used the new release to create a dockerconfigjson. This saved me from creating that secret manually and forgetting about it. Thanks!

from kubernetes-external-secrets.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.