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

feat: cross-env secret crud #428

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

Conversation

rohan-chaturvedi
Copy link
Member

@rohan-chaturvedi rohan-chaturvedi commented Jan 9, 2025

🔍 Overview

Secrets can currently only be updated within specific environments individually. This makes it cumbersome to manage secret keys and values across multiple environments quickly.

💡 Proposed Changes

This PR adds the ability to easily CRUD key-value pairs across environments. This is the first phase in a set of updates to improve the UX and DX for managing secrets across environments more easily

🖼️ Screenshots or Demo

Screencast.From.2025-01-11.20-40-33.mp4

📝 Release Notes

Updated the secrets overview table in App home to add secret management tools

➕ Additional Context

Features such as one-click referencing, one-click key / value inheritence etc are coming in subsequent updates

✨ How to Test the Changes Locally

Try all combinations of CRUD operations and verify that the client state updates are correct and displayed intuitively. Verify that all changes are correctly synced to the server.

💚 Did You...

  • Ensure linting passes (code style checks)?
    - [ ] Update dependencies and lockfiles (if required)
  • Regenerate graphql schema and types (if required)
  • Verify the app builds locally?
  • Manually test the changes on different browsers/devices?

@rohan-chaturvedi rohan-chaturvedi changed the title wip: cross-env secret crud feat: cross-env secret crud Jan 9, 2025
@rohan-chaturvedi rohan-chaturvedi marked this pull request as ready for review January 11, 2025 15: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