1Password / shell-plugins

Seamless authentication for every tool in your terminal.
https://developer.1password.com/docs/cli/shell-plugins/
MIT License
519 stars 170 forks source link

Supabase plugin - Native storage credentials #315

Open joqim opened 1 year ago

joqim commented 1 year ago

What does it concern?

The plugin SDK, design, or schema

Goal or desired behavior

Read contents from Native credentials storage in Windows or via Keychain in MacOS

Current behavior

Based of this documentation, Supabase by default stores its access token in its native credentials.

image

I noticed existing shell plugins does not have similar examples, any suggestions / workaround to reading contents from Native credentials storage?

Relevant log output

No response

op CLI version

No response

shell-plugins local ref

No response

joqim commented 1 year ago

@arunsathiya would appreciate if you can take a look at this.

arunsathiya commented 1 year ago

Thanks for reaching out, @joqim. AWS' aws-vault importer is one example of importing from a secure storage.

Would you like to explore if we can take a similar approach for Supabase and share your findings with us?