-
Notifications
You must be signed in to change notification settings - Fork 325
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
Update server-acl-init to always check for the deployed serviceAccountToken secret #1770
Merged
Merged
Changes from all commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
fed11b7
test because I cant get tests to pass locally
kschoche 90ad327
Remove controller from preset values file (#1755)
Ranjandas 777fabe
Set consul api = v1.18.0, sdk = v0.13.0 and imageConsul = 1.14.2 (#1769)
curtbushko 55f0912
CHANGELOG: Add 0.49.x series to release notes and 1.0.2 (#1772)
a9f794c
fix failing cli test (#1774)
kschoche 6ea65a4
Add global.extraLabels values.yaml setting (#1771)
brucec5 7254fac
add usage of acceptance test suite to contributing guide for debuggin…
kschoche 46c4a8f
Update CHANGELOG.md (#1779)
cdc7b0c
Create JIRA Github Sync (#1782)
732b804
JIRA sync: downgrade to tomhjp/gh-action-jira-create@v0.1.3 (#1784)
fd73492
JIRA: Use env when creating with custom fields (#1786)
8605ffd
Update jira.yaml (#1788)
dc58f69
missing quotes (#1790)
21a7be1
JIRA: Extra field for labels needs arrays (#1792)
b558ded
JIRA: Re-use previous structure from labels (#1794)
adb7fcf
JIRA: Add default work stream when syncing JIRA issues (#1796)
89bbe84
JIRA fix for search issue (#1801)
10b55e6
Add work stream to PR sync (#1803)
ad5040f
ignore partition/namespace on SourceIntention to match top-level conf…
kyhavlov 6132470
Add changelog note
kyhavlov cd180fd
values.yaml - Fix helm docs for 1.0.x (#1810)
6915a96
feat: access logs update for proxy-defaults CRD
DanStough 2e68a4f
move PR 1804 to unreleased (#1812)
5466c96
Create annotation to allows users to use proxy health check (#1824)
118ab10
Add envoyExtensions field to serviceDefaults and proxyDefaults CRDs (…
wilkermichael 073d16f
updated tests to use 1.15-dev (#1831)
wilkermichael e55281e
Add health checks for services that are synced (#1821)
6d2bd27
[CONSUL-620] Refactor Package Import
joselo85 f6388b3
When configured, use the health check of the proxy (#1841)
371cd23
Bump Kubernetes versions for clouds for acceptance tests (#1852)
aae1022
Added first test for log command
jm96441n cdd38dd
Added initial flag parsing
jm96441n b1821b4
able to print and format output for getting current log levels for a
jm96441n 3a26037
Add test for FetchLogLevel
jm96441n 6811241
Add color to log level output to help differentiate levels
jm96441n 68859ed
Added args for kubeconfig, kubecontext, and namespace, added comments,
jm96441n 55c908b
Clean up, ran linter
jm96441n c11f494
Clean up variable usage in test
jm96441n cd7b8be
Removed unnecessary variable type
jm96441n a3ef037
PR feedback, DRY-ing up some error handling logic, cleaning up
jm96441n 16dc54e
Move log name setting to the init function
jm96441n f5cd293
Update main to latest consul & consul-dataplane versions (late Jan 20…
curtbushko 95e4b97
missing a line in the changelog (#1868)
curtbushko 2d1fc49
Exclude openebs namespace from injection. (#1869)
lkysow 99c68b3
feat: add peer to service-defaults overrides
DanStough 146e3f9
chore: fix generation for peering CRDs
DanStough 2d2a763
Refine server TLS Vault PKI role config (#1877)
jkirschner-hashicorp b01ebd4
Dockerfile: Remove gnupg from Consul k8s container (#1882)
4b7e240
Dockerfile: remove `gnupg` from dev image (#1885)
74849a0
NET-1750 Fixes ACL init command Consul Login Datacenter mixup (#1881)
missylbytes ff5b17e
Minor fixes to docs for acceptance tests (#1895)
analogue a595d01
Service to service troubleshooting (#1851)
curtbushko 1e9e7a2
Added set command for log levels
jm96441n a8f6337
pinned consul test image to latest dev nightly (#1901)
wilkermichael 38190ce
reset to original commit
1940e96
Add Changelog
thisisnotashwin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
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.
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.
I'm wondering about the order here for the Openshift case where it injects secrets into the ServiceAccount.
Are those supposed to hold the JWT token that we're supposed to use? if so I think we just need to re-order these four lines so that we attempt to read the Helm deployed Secret last?