-
Notifications
You must be signed in to change notification settings - Fork 63
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
Repo hygiene #162
Merged
Merged
Repo hygiene #162
Conversation
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
go 1.19.1 k8s up to 1.25.0
go get golang.org/x/net@v0.0.0-20220906165146-f3363e06e74c go get golang.org/x/sys@v0.0.0-20220728004956-3c1f35247d10
Default to k8s 1.25.0 use chart 0.22.0 use vault 1.11.3
tomhjp
approved these changes
Sep 14, 2022
f4z3r
pushed a commit
to f4z3r/vault-plugin-auth-kubernetes
that referenced
this pull request
Oct 7, 2022
* update go and k8s versions go 1.19.1 k8s up to 1.25.0 * updated x/net and x/sys go get golang.org/x/net@v0.0.0-20220906165146-f3363e06e74c go get golang.org/x/sys@v0.0.0-20220728004956-3c1f35247d10 * make fmt making gofumpt happy * update chart and vault version Default to k8s 1.25.0 use chart 0.22.0 use vault 1.11.3
benashz
pushed a commit
that referenced
this pull request
Mar 23, 2023
* update go and k8s versions go 1.19.1 k8s up to 1.25.0 * updated x/net and x/sys go get golang.org/x/net@v0.0.0-20220906165146-f3363e06e74c go get golang.org/x/sys@v0.0.0-20220728004956-3c1f35247d10 * make fmt making gofumpt happy * update chart and vault version Default to k8s 1.25.0 use chart 0.22.0 use vault 1.11.3
benashz
added a commit
that referenced
this pull request
Mar 23, 2023
#190) * Ensure a consistent TLS configuration (#173) (#178) * Ensure a consistent TLS configuration for k8s API requests Previously, it was possible for the http.Client's Transport to be missing the necessary root CAs to ensure that all TLS connections between the auth engine and the Kubernetes API were validated against a configured set of CA certificates. This fix ensures that the http.Client's Transport is always consistent with the configured CA cert chain, by introducing a periodic TLS configuration checker that is started as part of the backend's initialization. Other fixes: - only update the client's transport when the CA certificate pool has changed. Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com> * Repo hygiene (#162) * update go and k8s versions go 1.19.1 k8s up to 1.25.0 * updated x/net and x/sys go get golang.org/x/net@v0.0.0-20220906165146-f3363e06e74c go get golang.org/x/sys@v0.0.0-20220728004956-3c1f35247d10 * make fmt making gofumpt happy * update chart and vault version Default to k8s 1.25.0 use chart 0.22.0 use vault 1.11.3 * Remove unused import add from cherry-pick --------- Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com> Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
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.
Updated go to 1.19.1, testing k8s up to 1.25.0, vault-helm 0.22.0, Vault 1.11.3, and some system lib updates: