-
Notifications
You must be signed in to change notification settings - Fork 542
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
doc : When using a Maven master password you should configure helm
→ security
#2646
doc : When using a Maven master password you should configure helm
→ security
#2646
Conversation
You should point plugin → configuration → helm → security to your master password file (which normally is something like ~/.m2/settings-security.xml or ~/.settings-security.xml). Signed-off-by: Jurrie Overgoor <eclipse.org@jurr.org>
Eclipse JKube CI ReportStarted new GH workflow run for #2646 (2024-02-09T11:13:23Z) ⚙️ JKube E2E Tests (7843040450)
|
helm
→ security
helm
→ security
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2646 +/- ##
=============================================
+ Coverage 59.36% 70.45% +11.09%
- Complexity 4586 4994 +408
=============================================
Files 500 486 -14
Lines 21211 19451 -1760
Branches 2830 2504 -326
=============================================
+ Hits 12591 13704 +1113
+ Misses 7370 4522 -2848
+ Partials 1250 1225 -25 ☔ View full report in Codecov by Sentry. |
@@ -166,7 +166,7 @@ Password: | |||
---- | |||
|
|||
This password then can be used in `authConfig`, `docker.password` | |||
and/or the `<server>` setting configuration. However, putting an | |||
and/or the <<helm-repository-authentication-credentials-in-settings-xml,`<server>` setting configuration>>. However, putting an |
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.
This authentication section is applicable for both pushing docker and helm registries. Since configuring authentication credentials in settings.xml is a similar process, this should not create confusion.
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.
Agreed, but what are you suggesting Rohan? I'm not using the plugin to push to Docker registries, so I am a bit hesitant to write documentation for that. Maybe you could push changes to the PR with documentation on pushing Docker registries?
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.
In my opinion, it's fine as it is.
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, thx!
…clipse-jkube#2646) You should point plugin → configuration → helm → security to your master password file (which normally is something like ~/.m2/settings-security.xml or ~/.settings-security.xml).
Description
When you use a Maven master password and want to use
helm-push
, this will fail if you do not configurehelm
→security
to point to your master password file (which normally is something like~/.m2/settings-security.xml or ~/.settings-security.xml). Documentation did not mention that, so that is added.
Type of change
test, version modification, documentation, etc.)
Checklist