-
Notifications
You must be signed in to change notification settings - Fork 167
fix: reduce database privileges for kine user #860
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
Open
mateuszkwiatkowski
wants to merge
12
commits into
clastix:master
Choose a base branch
from
mateuszkwiatkowski:reduce-mysql-permissions
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
fix: reduce database privileges for kine user #860
mateuszkwiatkowski
wants to merge
12
commits into
clastix:master
from
mateuszkwiatkowski:reduce-mysql-permissions
Conversation
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
✅ Deploy Preview for kamaji-documentation ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@mateuszkwiatkowski we had some issues with CI, may I ask you to rebase, please? |
Signed-off-by: Dario Tranchitella <[email protected]>
* chore(makefile): generating api docs for cluster api objects Signed-off-by: Dario Tranchitella <[email protected]> * docs: generating api docs for cluster api objects Signed-off-by: Dario Tranchitella <[email protected]> --------- Signed-off-by: Dario Tranchitella <[email protected]>
…tix#852) Signed-off-by: alecristofanilli <[email protected]>
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 28.2.2+incompatible to 28.3.0+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v28.2.2...v28.3.0) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-version: 28.3.0+incompatible dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dario Tranchitella <[email protected]>
Signed-off-by: Dario Tranchitella <[email protected]>
…-types (clastix#859) This patch switches default kubelet-preferred-address-types to "InternalIP,ExternalIP,Hostname" to avoid failures in kube-apiserver connection to kubelet when node hostnames are not resolvable by the external DNS server. This improves out-of-the-box reliability across most environments by choosing node `InternalIP` as the preferred mode to reach Kubelet. Signed-off-by: Parth Yadav <[email protected]>
* chore(docs): aligning to latest capi cp provider docs Signed-off-by: Dario Tranchitella <[email protected]> * chore(ci): stripping binaries and avoiding cgo Signed-off-by: Dario Tranchitella <[email protected]> * chore(gh): upgrading to ubuntu-latest for e2e Signed-off-by: Dario Tranchitella <[email protected]> * chore(test): printing debug messages for node join in e2e Signed-off-by: Dario Tranchitella <[email protected]> * fix(ci): ignoring file existing error Signed-off-by: Dario Tranchitella <[email protected]> * fix(ci): enabling br_netfilter as github action step Signed-off-by: Dario Tranchitella <[email protected]> --------- Signed-off-by: Dario Tranchitella <[email protected]>
* feat(deps): upgrading kamaji-etcd helm dependency Signed-off-by: Dario Tranchitella <[email protected]> * feat(deps): upgrading kubeadm support to v1.33.2 Signed-off-by: Dario Tranchitella <[email protected]> --------- Signed-off-by: Dario Tranchitella <[email protected]>
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.
This PR limits SQL databases permisssions.
Fixes #820