raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.45k stars 3.15k forks source link

[Amazon AWS] Copy/Manage individual secrets #14582

Open Falci opened 2 months ago

Falci commented 2 months ago

Extension

https://www.raycast.com/Falcon/aws

Description

It would be useful if we could manage or copy individual secrets, not only the entire JSON object.

Currently, we can view the secret as a JSON. However, in the AWS webpage, we can view it as individual strings, as well as copy, update or delete them.

Who will benefit from this feature?

I believe most users of this command could benefit from it.

Anything else?

Great extension by the way!

raycastbot commented 2 months ago

Thank you for opening this issue!

🔔 @victor-falcon @Hodglim @gebeto @momme-rtf @duboiss @hexpl0it @crisboarna @sidhant92 @DorukAkinci @frese @nagauta @vineus @jfkisafk @srikirank @b0lle you might want to have a look.

💡 Author and Contributors commands The author and contributors of `Falcon/aws` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot close as not planned` Closes the issue as not planned. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue. - `@raycastbot keep this issue open` Make sure the issue won't go stale and will be kept open by the bot.
raycastbot commented 3 weeks ago

This issue has been automatically marked as stale because it did not have any recent activity.

It will be closed if no further activity occurs in the next 10 days to keep our backlog clean 😊

raycastbot commented 1 week ago

This issue has been automatically closed due to inactivity.

Feel free to comment in the thread when you're ready to continue working on it 🙂

You can also catch us in Slack if you want to discuss this.

jfkisafk commented 4 days ago

@raycastbot assign me

jfkisafk commented 4 days ago

@raycastbot reopen this issue

jfkisafk commented 4 days ago

To keep the scope narrow, we are adding the feature to copy individual secrets as part of the PR. Please create a different issue in case we need to manage secrets b/c the command currently does not offer that.

Also, please consider that for security reasons, you might need to 2P the production secret values before modifying/deleting them and raycast command might make it a lot easier to bypass checks in your prod.

b0lle commented 4 days ago

Welcome back ;) In my opinion its a bad idea to manage secrets with raycast, from security pov.

Falci commented 4 days ago

Yes, I see the problem. Just copy individual items would be great.