-
Notifications
You must be signed in to change notification settings - Fork 446
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
Feature: use service connectors to authenticate secrets stores. #2154
Feature: use service connectors to authenticate secrets stores. #2154
Conversation
a244079
to
fe55e50
Compare
E2E template updates in |
2ca188c
to
c797ccf
Compare
NLP template updates in |
c1d573f
to
b685e0b
Compare
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.
Happy to see connectors being used for secrets; less duplication and cleaner code. Thanks!
src/zenml/zen_stores/secrets_stores/service_connector_secrets_store.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Jayesh Sharma <wjayesh@outlook.com>
E2E template updates in |
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.
LGTM 🛷!
Describe changes
Reuse the AWS/GCP/Azure Service Connector functionality to authenticate the AWS/GCP/Azure Secrets Store instead of relying on the limited configuration currently available in the Secrets Store implementations.
auth_method
andauth_config
attributes to AWS/GCP/Azure secrets store and use them to initialize an in-memory service connectorPre-requisites
Please ensure you have done the following:
develop
and the open PR is targetingdevelop
. If your branch wasn't based on develop read Contribution guide on rebasing branch to develop.Types of changes