Backport of NET-581 - Added vault namespace in helm into release/1.1.x#2926
Closed
hc-github-team-consul-core wants to merge 293 commits intorelease/1.1.xfrom
Conversation
…xy-default add failover policy to service resolver and proxy default
This reverts commit 2fb7944.
* Terraform: increase node sizes * update GKE to use already created subnets * Dispatch: dispatch to consul-k8s-workflows
* Update status on PRs * Split pr and push into 2 different files so that context can be passed through
* Add a cleanup cron job
* draft of adding sameness group CRD * move sameness group tests to ent test file * update tests * fix lint issues * generate yaml and update helm charts * update field descriptions and validation and its test * remove unwanted files, add license comments back * rename samenessgroups to samenessgroup * fix resource names * update failing unit test
* change container creation order. Change order of container creation so that envoy container is created before app container. * change tests to fit proxy container added first * add sidecar first iff lifecycle enabled * update tests to include/exclude lifecycle * container ordering in multiport + lifecycle, test case * create changelog * change exec calls to specify container specify containers when exec'ing * Update 2743.txt * small fixes to appending sidecar
* feat: add helm value for consul resource-apis experiment * Apply suggestions from code review Co-authored-by: John Murret <john.murret@hashicorp.com> * PR feedback part 2 --------- Co-authored-by: John Murret <john.murret@hashicorp.com>
…ityContext (#2787) * Add NET_BIND_SERVICE capability to Consul's restricted securityContext * Add changelog entry * Update related bats tests * Change type of release note
* Added tests for partition dns/pq - did some light refactoring
…nnect-CA-via-Helm-Stanza/especially-set-fowl
5c2fbb1 to
91df90c
Compare
|
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 15 out of 16 committers have signed the CLA.
Paul Glass seems not to be a GitHub user. Have you signed the CLA already but the status is still pending? Recheck it. |
asheshvidyut
approved these changes
Sep 8, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport
This PR is auto-generated from #2841 to be assessed for backporting due to the inclusion of the label backport/1.1.x.
🚨
The person who merged in the original PR is:
@absolutelightning
This person should manually cherry-pick the original PR into a new backport PR,
and close this one when the manual backport PR is merged in.
The below text is copied from the body of the original PR.
Changes proposed in this PR:
vaultNamespaceinsecretsBackend.vaultinvalues.yaml"{"connect": [{ "ca_config": [{ "namespace": "value"}]}]}"inconnectCA.additionalConfigvaultNamespaceis present, it automatically adds annotation below to the templates.How I've tested this PR:
a. CI
b. Updated test
TestVault_VaultNamespaceTest Steps -
Output -
How I expect reviewers to test this PR:
Checklist:
Overview of commits