-
Notifications
You must be signed in to change notification settings - Fork 172
Rewrite pull-secret-extractor in Go #3267
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
Rewrite pull-secret-extractor in Go #3267
Conversation
✅ Deploy Preview for docs-securecodebox canceled.
|
J12934
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.
nice, looks generally really good, got some notes / recommendation on some parts of the code :)
also of note: with this change we will also need to change the initContainer spec in the contaienr auto-discovery where this container is started, funciton in the auto-disc. is called: getSecretExtractionInitContainer
auto-discovery/kubernetes/pull-secret-extractor/internal/secret_extraction/secret_extraction.go
Outdated
Show resolved
Hide resolved
auto-discovery/kubernetes/pull-secret-extractor/internal/secret_extraction/secret_extraction.go
Outdated
Show resolved
Hide resolved
auto-discovery/kubernetes/pull-secret-extractor/internal/secret_extraction/secret_extraction.go
Outdated
Show resolved
Hide resolved
d2c5c5b to
5af142e
Compare
Signed-off-by: Patrick Weiss <patrick.weiss@iteratec.com>
Signed-off-by: Patrick Weiss <patrick.weiss@iteratec.com>
Signed-off-by: Patrick Weiss <patrick.weiss@iteratec.com>
Signed-off-by: Patrick Weiss <patrick.weiss@iteratec.com>
Signed-off-by: Patrick Weiss <patrick.weiss@iteratec.com>
Signed-off-by: Patrick Weiss <patrick.weiss@iteratec.com>
Signed-off-by: Patrick Weiss <patrick.weiss@iteratec.com>
Signed-off-by: Patrick <patrick.weiss@iteratec.com>
Signed-off-by: Patrick <patrick.weiss@iteratec.com>
4ea6a9d to
bf277ff
Compare
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
|

Description
(closes ⚙️ Maintanance Improvment: Move
auto-discoverypull-secret extractor to golang #2998)Checklist