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 Support for Fetching API Keys from 1Password #3959

Open
2 tasks done
sghuang19 opened this issue Feb 4, 2025 · 0 comments
Open
2 tasks done

Add Support for Fetching API Keys from 1Password #3959

sghuang19 opened this issue Feb 4, 2025 · 0 comments
Assignees
Labels
area:configuration Relates to configuration options kind:enhancement Indicates a new feature request, imrovement, or extension "needs-triage"

Comments

@sghuang19
Copy link
Contributor

sghuang19 commented Feb 4, 2025

Validations

  • I believe this is a way to improve. I'll try to join the Continue Discord for questions
  • I'm not able to find an open issue that requests the same enhancement

Problem

Currently api keys have to be hardcoded in config.json.

Solution

Support 1Password secret reference syntax in config.json api keys:

{
  models: {
    myModel: {
      apiKey: "op://development/sliliconflow/apiKey"
    }
  }
}

which will invoke 1Password to fetch secrets.

@dosubot dosubot bot added area:configuration Relates to configuration options kind:enhancement Indicates a new feature request, imrovement, or extension labels Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:configuration Relates to configuration options kind:enhancement Indicates a new feature request, imrovement, or extension "needs-triage"
Projects
None yet
Development

No branches or pull requests

2 participants