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

Secrets manager to support other auth types #25

Open
3 of 5 tasks
daryllimyt opened this issue Apr 9, 2024 · 0 comments
Open
3 of 5 tasks

Secrets manager to support other auth types #25

daryllimyt opened this issue Apr 9, 2024 · 0 comments
Assignees
Labels
engine enhancement New feature or request tracker Issues to track groups of issues

Comments

@daryllimyt
Copy link
Contributor

daryllimyt commented Apr 9, 2024

Motivation

Need to make secrets manager generic so that we can support other secrets types.

Implementation

Design

  • Secret will still extend Resource (it will have owner_id, created_at, updated_at)
  • Include fields: id, platform, encrypted_secret (encrypted json object/string)

Scope

  • API keys (MVP)
  • Tokens
  • OAuth

Todos

Blocks

Resources

@daryllimyt daryllimyt self-assigned this Apr 9, 2024
@daryllimyt daryllimyt added enhancement New feature or request engine labels Apr 9, 2024
@daryllimyt daryllimyt changed the title Extend secrets manager Secrets manager to support other auth types Apr 12, 2024
@daryllimyt daryllimyt added the tracker Issues to track groups of issues label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine enhancement New feature or request tracker Issues to track groups of issues
Projects
Status: Tracker
Development

No branches or pull requests

1 participant