-
Notifications
You must be signed in to change notification settings - Fork 59
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
vdk-core: add vdk sdk secrets api - part III #2325
Conversation
Incremental change for adding the secrets capability. Add secrets implementation and tests in vdk-core. Signed-off-by: Dako Dakov <ddakov@vmware.com>
projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/base_properties_impl.py
Show resolved
Hide resolved
projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/base_properties_impl.py
Show resolved
Hide resolved
projects/vdk-core/src/vdk/internal/builtin_plugins/job_secrets/base_secrets_impl.py
Show resolved
Hide resolved
projects/vdk-core/src/vdk/internal/builtin_plugins/job_secrets/cached_secrets.py
Show resolved
Hide resolved
projects/vdk-core/src/vdk/internal/builtin_plugins/job_secrets/datajobs_service_secrets.py
Show resolved
Hide resolved
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.
There's a lot of duplication between properties and job_secrets.
Do you plan to refactor it?
Sometimes duplication may be ok . If two modules will have different reasons to change and are likely to diverge.
But this is not true for large part of the code here.
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.
The PR looks good. But we will need to include refactoring at some point of this initiative.
Make sure the dev version of vdk-core is used in the build. Signed-off-by: Dako Dakov <ddakov@vmware.com>
Make sure the dev version of vdk-core is used in the build. Signed-off-by: Dako Dakov <ddakov@vmware.com>
Make sure the dev version of vdk-core is used in the build. Signed-off-by: Dako Dakov <ddakov@vmware.com>
Make sure the dev version of vdk-core is used in the build. Signed-off-by: Dako Dakov <ddakov@vmware.com>
Incremental change for adding the secrets capability. Add secrets implementation and tests in vdk-core. --------- Signed-off-by: Dako Dakov <ddakov@vmware.com>
Incremental change for adding the secrets capability.
Add secrets implementation and tests in vdk-core.