Skip to content

Conversation

@obaydullahmhs
Copy link
Contributor

No description provided.

Signed-off-by: obaydullahmhs <obaydullah@appscode.com>
@github-actions
Copy link

github-actions bot commented Jan 17, 2026

Visit the preview URL for this PR (updated for commit 417244e):

https://kubedb-v2-hugo--pr840-reconfig-vddkg1cf.web.app

(expires Fri, 06 Feb 2026 12:31:19 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 0f29ae8ae0bd54a99bf2b223b6833be47acd5943

Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
@gitguardian
Copy link

gitguardian bot commented Jan 20, 2026

⚠️ GitGuardian has uncovered 2 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
25884160 Triggered Generic Password f670872 docs/guides/clickhouse/concepts/clickhouse.md.bak View secret
25884161 Triggered Username Password f670872 docs/guides/cassandra/concepts/cassandra.md.bak View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

obaydullahmhs and others added 3 commits January 20, 2026 17:20
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Copy link
Member

@ArnobKumarSaha ArnobKumarSaha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whats remaining here ?

Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Bonusree and others added 8 commits January 21, 2026 17:28
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: souravbiswassanto <saurov@appscode.com>
Signed-off-by: souravbiswassanto <saurov@appscode.com>
Signed-off-by: souravbiswassanto <saurov@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
@refat75
Copy link
Contributor

refat75 commented Jan 23, 2026

File: docs/guides/mariadb/reconfigure/cluster/index.md
Line: 374

There's a line like:

If everything goes well, `KubeDB` Enterprise operator will update the `configSecret` of `MariaDB` object.

For applyConfig we don't update the configSecret of DB object. Rather we update the configuration.inline field of DB object.

Maybe it can be rewritten as:

If everything goes well, `KubeDB` operator will update the `configuration` field  of `MariaDB` object.

Any thought on this?
@souravbiswassanto @sheikh-arman @Neaj-Morshad-101

Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: souravbiswassanto <saurov@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Comment on lines 51 to 59
configSecret: # configure Redis to use password for authentication
name: redis-config
configuration: # configure Redis to use password for authentication
secretName: redis-config
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why redis in proxysql?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Bonusree Can you check this?

Signed-off-by: Bonusree <bonusree@appscode.com>
To know more about configuring Ignite server see [here](https://ignite.apache.org/docs/ignite3/latest/administrators-guide/config/node-config).

At first, you have to create a config file named `node-configuration.xml` with your desired configuration. Then you have to put this file into a [volume](https://kubernetes.io/docs/concepts/storage/volumes/). You have to specify this volume in `spec.configuration` section while creating Ignite crd. KubeDB will mount this volume into `/usr/config` directory of the database pod.
At first, you have to create a custom configuration file and provide its name in `spec.configuration.secretName`. The operator reads this Secret internally and applies the configuration automatically.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At first, you have to create a secret with custom configuration file in it and provide its name in spec.configuration.secretName. The operator reads this Secret internally and applies the configuration automatically.

Signed-off-by: Bonusree <bonusree@appscode.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants