-
Notifications
You must be signed in to change notification settings - Fork 4
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
Creating the initial draft of the Secrets Manager K8s operator project #3
Conversation
β¦ting improvements
β¦ operator to manage secrets at the cluster level, and starting on the Helm chart creation.
β¦om docker buildx. Also removed the large SDK binaries from the repo.
β¦akefile temporarily for local build until SDK binary pull is setup.
Co-authored-by: tangowithfoxtrot <[email protected]>
β¦m/bitwarden/sm-kubernetes into features/operator_creation_repair
β¦ng BitwardenSecret
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.
Looking good! A few minor things to take a look at.
src/sm-operator/internal/controller/bitwardensecret_controller.go
Outdated
Show resolved
Hide resolved
src/sm-operator/internal/controller/bitwardensecret_controller.go
Outdated
Show resolved
Hide resolved
src/sm-operator/internal/controller/bitwardensecret_controller.go
Outdated
Show resolved
Hide resolved
src/sm-operator/internal/controller/bitwardensecret_controller.go
Outdated
Show resolved
Hide resolved
src/sm-operator/internal/controller/bitwardensecret_controller.go
Outdated
Show resolved
Hide resolved
Co-authored-by: Thomas Avery <[email protected]>
β¦ltas would work.
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.
Changes to the main flow looked good, thank you!
One minor code thing and one question about how these configuration files were generated/edited.
src/sm-operator/internal/controller/bitwardensecret_controller.go
Outdated
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.
LGTM
ποΈ Tracking
π§ Type of change
π Objective
Initial creation of the Secrets Manager K8s operator to sync secrets from SM to namespaces in Kubernetes.
π Code changes
β° Reminders before review