Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Project Type - User Secrets #1

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

New Project Type - User Secrets #1

wants to merge 12 commits into from

Conversation

dBianchii
Copy link
Owner

@dBianchii dBianchii commented Jan 6, 2025

Description 📣

This PR introduces a new project type: User Secrets. With this feature, users can securely store sensitive information, such as:

  • Login credentials (e.g., for websites and apps)
  • Credit card details
  • Secure notes

This marks the MVP phase of Infisical's evolution into a competitor for leading password and secret managers like Bitwarden, 1Password and others

Features:

  • Multi-project support
  • Creating, reading, updating and deleting credentials
  • Sorting credentials by name

Type ✨

  • Bug fix
  • New feature
  • Improvement
  • Breaking change
  • Documentation

Tests 🛠️

  • Tried inserting incorrect/bad values on inputs for both inserting and updating user inputs.
  • Made sure that values would be encrypted, and only the same user that created the value can edit their credentials.
# Here's some code block to paste some code snippets

@dBianchii dBianchii self-assigned this Jan 8, 2025
@dBianchii dBianchii marked this pull request as ready for review January 8, 2025 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant