-
Notifications
You must be signed in to change notification settings - Fork 2
feat: handle secrets for data connectors #413
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
feat: handle secrets for data connectors #413
Conversation
7ecf26e to
7574d13
Compare
3c45ace to
d064f7b
Compare
olevski
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding this Flora. It may be easier to discuss my suggestions in person rather than message back and forth.
olevski
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@leafty this looks good. The failing test is fixed in main so if you rebase it will pass. But this is unrelated to your code so you dont have to rebase the PR if you dont want to.
Thanks, I will update the feature branch. I have kept it up-to-date with rebases during the build. |
Add support for saving and managing secrets for data connectors. Details: * Add API endpoints to list, update and delete saved secrets for a given data connector.
Merging into
leafty/build-data-connectors(feature branch).Add support for saving and managing secrets for data connectors.
Details: