Code Monkey home page Code Monkey logo

envsecrets's Issues

feat: a VS Code extension

Objective

Manage and mutate secrets directly from your VS Code sidebar.

Features

  • CRUD operations on secrets for every environment.
  • Options to reveal/mutate value whenever user hovers on their language specific os.Getenv command. Use LSPs for this.
  • (Optional) Launch new shells in VSCode with populated/exposed key-value pairs without making the user run their process in the envs run -- wrapper.

References

Integration with Kubernetes Secrets

Strategy

  1. Build a k8 operator and ask the user to install the operator in their cluster.
  2. The operator should poll envsecrets API with required credentials.

allow changing passwords

Allow users to change their passwords from inside the platform if they remember their current passwords.

This would entail generating new protection keys for the user encrypted with an argon2i key derived from their new password.

Nhost Integration

Objective

Allow users to update secrets in their deployed Nhost apps directly from envsecrets.

Strategy

  1. Ask users to create a personal access token from their Nhost account.
  2. Authenticate against the Nhost's platform API and update secrets using this GraphQL mutation.

Project and integrations are being cached

Describe the bug
After creating a new project, it only reflects on the platform after refreshing it.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

allow referencing variables in secret values

Users should be able to reference other keys in values of secrets.

For example, set the following pairs:

  • API=https://api.example.com
  • AUTH_URL=${API}/auth

Every time the value of AUTH_URL is decrypted, it should be revealed as: https://api.example.com/auth.

Railway Integration

Objective

Forward sync secrets with a Railway project.

Strategy

  1. Ask user to generate a personal access token from their Railway account.
  2. Paste the token in envsecrets connection configuration.
  3. Call the upsert variables mutation in Railyway's GraphQL server.

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.