-
Notifications
You must be signed in to change notification settings - Fork 447
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
[artifactory] feat: copy service account support from #696 #940
Conversation
@jdamour98 Thanks for contribution ! Can you please rebase and update PR (bumping chart versions in chart.yaml & CHANGELOG.md) ? |
@jdamour98 Thanks for contribution - Can you please address review comments and rebase the PR ? |
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
@jdamour98 Gentle Reminder ! |
@jdamour98 Thanks for contribution - Can you please address review comments and rebase the PR ? |
@danielezer @eldada Sorry its been a while. added comments and changes |
I can't get this working myself. Pretty much anything i try results in
My values.yaml (relevant block):
The file exists on the pod:
LivenessProbe is failing with 503. I'm also seeing this error in the application logs, but I don't think its the root cause:
|
@jdamour98 can you please rebase one more time and fix conflicts ? |
@chukka Done |
@eldada will this change work with the default image |
I tested the same chart and service account with the legacy HMAC keys, which worked for google cloud storage. So this change for service accounts does not work yet. I need some help understanding why. Is this a license issue (I'm using a Pro trial license)? Additionally, even after using HMAC keys successfully, the pod is crashing with
I found only one issue referencing this, but its unhelpful: https://www.jfrog.com/jira/browse/RTFACT-22104 Can anybody clarify what connection is being attempted? |
According to my knowledge this already implemented. Thanks for your contribution. https://github.com/jfrog/charts/blob/master/stable/artifactory/values.yaml#L785 |
PR Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
[artifactory]
)What this PR does / why we need it:
Copying work from artifactory-ha to artifactory #696 to support google service account authentication
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #304Special notes for your reviewer:
Is there any process to keep charts up to date? A common chart that all variant charts should inherit? Maintaining 2+ charts for the same application seems incredibly tedious