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

Add org-level secrets key #7

Merged
merged 5 commits into from
Aug 2, 2024
Merged

Add org-level secrets key #7

merged 5 commits into from
Aug 2, 2024

Conversation

ZIJ
Copy link
Contributor

@ZIJ ZIJ commented Aug 2, 2024

Goal

  • Show public key (saved in the database) in Org Settings if present
  • If it's not present, allow to create a key pair
  • Generate the RSA key pair in the browser
  • Show the private key to the user (only once - never send to the server).
  • Tell the user that they should save the private key in org-level secrets in GitHub Actions
  • Save the public key in the database
  • Allow the user to delete their Secrets Key in the Danger Zone.
  • Before deleting, prompt for confirmation, say explicitly that they will lose all their secrets without possibility to recover.

UI

Screenshot 2024-08-02 at 15 42 37

Copy link

vercel bot commented Aug 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
next ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 2, 2024 2:16pm

@ZIJ ZIJ changed the title WIP Add org-level secrets key Add org-level secrets key Aug 2, 2024
@ZIJ ZIJ merged commit 0d40a4e into main Aug 2, 2024
6 checks passed
@ZIJ ZIJ mentioned this pull request Aug 2, 2024
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.

3 participants