Git Product home page Git Product logo

Comments (3)

day1118 avatar day1118 commented on May 27, 2024 4

Hi @martin-helmich
I have a use case for this. My secrets sometimes include the / symbol which is not accepted by the tool that reads the secret. Is it possible to exclude this (and any) special characters?
Thanks

from kubernetes-secret-generator.

martin-helmich avatar martin-helmich commented on May 27, 2024

Hey @danielnbalasoiu! Thanks for your suggestion. We already use base64 encoding for generated secrets, which limits the alphabet of generated secrets significantly. Can you describe your use case?

In any way, this is not a feature I see on our roadmap for this project. I'd be happy to review and accept any PRs coming our way regarding this feature, but any implementation of this would probably require a heavy rewrite of the current secret generation workflow (which basically just takes n bytes of random data and pipes it through base64 encoding).

from kubernetes-secret-generator.

mittwald-machine avatar mittwald-machine commented on May 27, 2024

There has not been any activity to this issue in the last 30 days. It will automatically be closed after 7 more days. Remove the stale label to prevent this.

from kubernetes-secret-generator.

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.