feat(secret-sync): add Devin app connection and sync#6090
feat(secret-sync): add Devin app connection and sync#6090
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9b4b8e74ee
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| type: "key-value", | ||
| key, | ||
| value, | ||
| is_sensitive: true, |
There was a problem hiding this comment.
should this be an option users can set?
There was a problem hiding this comment.
I think in the meantime we default to sensitive since its a secret. Otherwise the logic would get complex with importing specifically. We have the same thing for a few other syncs I recall, like vault (possibly)
Context
Devin app connection and sync using v3 API
Screenshots
Steps to verify the change
Type
Checklist
type(scope): short description(scope is optional, e.g.,fix: prevent crash on syncorfix(api): handle null response).