-
Notifications
You must be signed in to change notification settings - Fork 2k
feat(api/consul): allow configuring identities for sidecar_task #25877
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
base: main
Are you sure you want to change the base?
Conversation
Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement Learn more about why HashiCorp requires a CLA and what the CLA includes 3np seems not to be a GitHub user. Have you signed the CLA already but the status is still pending? Recheck it. |
f905250
to
60a3d9a
Compare
60a3d9a
to
06bf6fa
Compare
This has been manually tested. ✔️ |
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.
Thanks for updating the docs. Approving the docs content only.
e5457fd
to
1b824d5
Compare
Rebased on |
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.
Docs approval
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.
Hi @3nprob and thanks for raising this PR.
Before I perform manual testing and thorough code review, would it be possible to add units tests for the new functionality covered? Once these are added I'll go ahead and review. Thanks.
I did add a unit test for the api change just now. In case that is insufficient, could you point me to:
|
Hi @3nprob; some of the initial entry points to check out: The In order to target tests to run, Go supports a If you have any problems please let me know and I'll be happy to help. I can also work on pushing tests to this PR if you want, just let me know. |
Probably skill issue on my end but what is the actual arguments to pass for this project? E.g. to run the test I added and/or the ones you listed above? Attempts yield all-or-nothing so far:
Getting same for
That would also be super helpful! |
f13fc7f
to
b6de84b
Compare
d018935
to
5e589ac
Compare
@jrasell PTAL |
TODO: Also cover VolumeMounts
5e589ac
to
751085e
Compare
Realistic hoping for this to land on CE 1.10? |
Description
Allow configuring non-default
identity
forsidecar_task
.Testing & Reproduction steps
Sample job spec excerpt:
Links
Contributor Checklist
changelog entry using the
make cl
command.ensure regressions will be caught.
and job configuration, please update the Nomad website documentation to reflect this. Refer to
the website README for docs guidelines. Please also consider whether the
change requires notes within the upgrade guide.
Reviewer Checklist
backporting document.
in the majority of situations. The main exceptions are long-lived feature branches or merges where
history should be preserved.
within the public repository.