Giter Site home page Giter Site logo

Comments (3)

dopey avatar dopey commented on June 10, 2024

Hey @nbjohnson 👋 . Thanks for opening the issue!

Discussed this issue with the team today and below are our thoughts:

We don't want to introduce new inconsistencies in support for platforms. So, we would need to implement and maintain similar login support for other popular clouds. We do not want to be on the hook for maintaining managed identity support across cloud platforms.

Instead, we believe that this type of support may already be possible using the PG environment variables. We use the pgx client which should have support for respecting those environment variables. So, instead of us building in support for a new authentication method, users could hopefully leverage existing support by setting the PGPASS variable to whatever they like. Could you try this out and let us know the results?

cheers 🍻

from certificates.

nbjohnson avatar nbjohnson commented on June 10, 2024

@dopey Thanks for taking a look at my request. Yes I did see the ability to pass creds with those environment variables which I also think would work. However, I don't think that is the limiting factor here. To use an identity means the credential is only valid for a short time, so I think code would need to be added to be able to periodically retrieve a new credential and to make sure it does that before the existing short lived cred expires

from certificates.

dopey avatar dopey commented on June 10, 2024

After discussion with the team, we're not looking to add authorization methods to smallstep/nosql, with the exception of x509 certificate based authentication. Users can already exchange Azure managed identity credentials for certificates (using the IID provisioners). The remaining part would be integrating client certificate authentication into smallstep/nosql as well as providing tooling around renewal.

Unfortunately, we don't have the resourcing to prioritize integrating certificate based authentication against the storage layer at this time. If someone from the community is interested in taking this on, let us know and we can chat about requirements.

from certificates.

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.