-
Notifications
You must be signed in to change notification settings - Fork 52
Rotateauth for databases #788
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
Bonusree
wants to merge
60
commits into
master
Choose a base branch
from
rotateauth
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
Changes from 27 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
a76781c
RotateAuth for databases
Bonusree b943af1
templetize done
Bonusree 1fad893
rotateauth for mariadb
Bonusree c0d3176
some changes in mariadb
Bonusree 2f99b5d
corrected ci problems
Bonusree c65c912
rotateauth for druid
Bonusree 68feee7
rotateauth for mssqlserver added
Bonusree a7e4654
rotateauth for elasticsearch is added
Bonusree ba81340
rotateauth for pgbouncer
Bonusree a6b6d25
rotateauth for pgpool
Bonusree c80c4d5
redis rotate auth
Bonusree cd7b0b7
rotateauth for solr
Bonusree 498804b
cli issues fixed
Bonusree 20ae4bd
rotateauth for perconaxtradb
Bonusree 92f30db
cli error resolved
Bonusree 8185b1e
remove next step from percona
Bonusree b1633d0
failover started for mysql
Bonusree 9e18ca8
here is failover for mysql
Bonusree 5339e96
rename index file
Bonusree 2538753
Merge branch 'failover' into rotateauth
Bonusree 94c7008
fixed rotate auth
Bonusree c3f4898
solr fixed
Bonusree 377b24c
mariadb review resolve
Bonusree 7555a56
resolved review for mariadb
Bonusree 5d50918
weight, rename fixed for all dbs
Bonusree f8658cd
resolve error druid, elastic, mssql, redis
Bonusree 2533c4d
resolved review of pgpool&pgbouncer, make changes in name
Bonusree c2b21dc
correct the definition
Bonusree 44bd5c1
resolve mssqlserver
Bonusree 80781a6
ro->rotateauth
Bonusree 269e38f
start ignite
Bonusree 63d7f2c
rabbitmq started
Bonusree 3401525
rabbitmq rotateauth is ready for review
Bonusree 9d396f0
Update petset tag in kubedb-upgrade process
ArnobKumarSaha eab3fa1
Prepare for release v2025.7.30-rc.0 (#796)
1gtm 1329a42
Prepare for release v2025.7.31 (#799)
1gtm b12c083
Valkey and External Client Connection (#795)
HiranmoyChowdhury b3bbfbe
Add Cassandra Doc (#789)
sabbir-hossain70 b350aba
Add MSSQL Init Database Support via Scripts doc (#797)
Neaj-Morshad-101 df8d158
Distributed MariaDB (#798)
sheikh-arman 3296d4d
Add maxscale volume expansion doc (#790)
refat75 a86da3c
Use Go 1.25 (#800)
1gtm 1bfa7b7
mysql rotateauth
Bonusree 5bd18be
try to fix build and mysql
Bonusree fed8104
resolve link error
Bonusree ff6f532
resolve review of mysql
Bonusree d0868f8
resolve url error
Bonusree b2d9db6
memcached rotateauth added
Bonusree c882bed
delete the wrong url
Bonusree 614fa58
mysql url error fixed
Bonusree 8a9bf65
change
Bonusree 01ab315
Merge branch 'mariadb-failover' into rotateauth
Bonusree 6c498d9
resolve review memcached rotateauth
Bonusree f0a3179
try to fix visually
Bonusree 2d892b0
intendation
Bonusree f8073fc
resolve mysql review 2
Bonusree b0c5cc9
review & overview added in solr
Bonusree ab649e5
overview added
Bonusree 1960f08
solr db clean resolve
Bonusree b06c6fd
ignite started
Bonusree 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
11 changes: 11 additions & 0 deletions
11
docs/examples/kafka/rotate-auth/kafka-rotate-auth-generated.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
apiVersion: ops.kubedb.com/v1alpha1 | ||
kind: KafkaOpsRequest | ||
metadata: | ||
name: kfops-rotate-auth-generated | ||
namespace: demo | ||
spec: | ||
type: RotateAuth | ||
databaseRef: | ||
name: kafka-prod | ||
timeout: 5m | ||
apply: IfReady |
14 changes: 14 additions & 0 deletions
14
docs/examples/kafka/rotate-auth/kafka-rotate-auth-user.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
apiVersion: ops.kubedb.com/v1alpha1 | ||
kind: KafkaOpsRequest | ||
metadata: | ||
name: kfops-rotate-auth-user | ||
namespace: demo | ||
spec: | ||
type: RotateAuth | ||
databaseRef: | ||
name: kafka-prod | ||
authentication: | ||
secretRef: | ||
name: kafka-user-auth | ||
timeout: 5m | ||
apply: IfReady |
11 changes: 11 additions & 0 deletions
11
docs/examples/mongodb/rotate-auth/rotate-auth-generated.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
apiVersion: ops.kubedb.com/v1alpha1 | ||
kind: MongoDBOpsRequest | ||
metadata: | ||
name: mgops-rotate-auth-generated | ||
namespace: demo | ||
spec: | ||
type: RotateAuth | ||
databaseRef: | ||
name: mgo-quickstart | ||
timeout: 5m | ||
apply: IfReady |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
apiVersion: ops.kubedb.com/v1alpha1 | ||
kind: MongoDBOpsRequest | ||
metadata: | ||
name: mgops-rotate-auth-user | ||
namespace: demo | ||
spec: | ||
type: RotateAuth | ||
databaseRef: | ||
name: mgo-quickstart | ||
authentication: | ||
secretRef: | ||
name: quick-mg-user-auth | ||
timeout: 5m | ||
apply: IfReady |
11 changes: 11 additions & 0 deletions
11
docs/examples/mssqlserver/rotate-auth/MSSQLServer-rotate-auth-generated.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
apiVersion: ops.kubedb.com/v1alpha1 | ||
kind: MSSQLServerOpsRequest | ||
metadata: | ||
name: msops-rotate-auth-generated | ||
namespace: demo | ||
spec: | ||
type: RotateAuth | ||
databaseRef: | ||
name: mssqlserver-quickstart | ||
timeout: 5m | ||
apply: IfReady |
14 changes: 14 additions & 0 deletions
14
docs/examples/mssqlserver/rotate-auth/rotate-auth-user.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
apiVersion: ops.kubedb.com/v1alpha1 | ||
kind: MSSQLServerOpsRequest | ||
metadata: | ||
name: msops-rotate-auth-user | ||
namespace: demo | ||
spec: | ||
type: RotateAuth | ||
databaseRef: | ||
name: mssqlserver-quickstart | ||
authentication: | ||
secretRef: | ||
name: quick-mssql-user-auth | ||
timeout: 5m | ||
apply: IfReady |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
apiVersion: ops.kubedb.com/v1alpha1 | ||
kind: PgBouncerOpsRequest | ||
metadata: | ||
name: pbops-rotate-auth-generated | ||
namespace: demo | ||
spec: | ||
type: RotateAuth | ||
databaseRef: | ||
name: pgbouncer-server | ||
timeout: 5m | ||
apply: IfReady |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
apiVersion: ops.kubedb.com/v1alpha1 | ||
kind: PgBouncerOpsRequest | ||
metadata: | ||
name: pbops-rotate-auth-user | ||
namespace: demo | ||
spec: | ||
type: RotateAuth | ||
databaseRef: | ||
name: pgbouncer-server | ||
authentication: | ||
secretRef: | ||
name: quick-pb-user-auth | ||
timeout: 5m | ||
apply: IfReady |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
apiVersion: ops.kubedb.com/v1alpha1 | ||
kind: PgpoolOpsRequest | ||
metadata: | ||
name: pgpops-rotate-auth-generated | ||
namespace: pool | ||
spec: | ||
type: RotateAuth | ||
databaseRef: | ||
name: quick-pgpool | ||
timeout: 5m | ||
apply: IfReady |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
apiVersion: ops.kubedb.com/v1alpha1 | ||
kind: PgpoolOpsRequest | ||
metadata: | ||
name: ppops-rotate-auth-user | ||
namespace: pool | ||
spec: | ||
type: RotateAuth | ||
databaseRef: | ||
name: quick-pgpool | ||
authentication: | ||
secretRef: | ||
name: quick-pb-user-auth | ||
timeout: 5m | ||
apply: IfReady |
11 changes: 11 additions & 0 deletions
11
docs/examples/postgres/rotate-auth/rotate-auth-generated.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
apiVersion: ops.kubedb.com/v1alpha1 | ||
kind: PostgresOpsRequest | ||
metadata: | ||
name: pgops-rotate-auth-generated | ||
namespace: demo | ||
spec: | ||
type: RotateAuth | ||
databaseRef: | ||
name: quick-postgres | ||
timeout: 5m | ||
apply: IfReady |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
apiVersion: ops.kubedb.com/v1alpha1 | ||
kind: PostgresOpsRequest | ||
metadata: | ||
name: pgops-rotate-auth-user | ||
namespace: demo | ||
spec: | ||
type: RotateAuth | ||
databaseRef: | ||
name: quick-postgres | ||
authentication: | ||
secretRef: | ||
name: quick-postgres-user-auth | ||
timeout: 5m | ||
apply: IfReady |
11 changes: 11 additions & 0 deletions
11
docs/examples/redis/rotate-auth/Redis-rotate-auth-generated.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
apiVersion: ops.kubedb.com/v1alpha1 | ||
kind: RedisOpsRequest | ||
metadata: | ||
name: rdops-rotate-auth-generated | ||
namespace: demo | ||
spec: | ||
type: RotateAuth | ||
databaseRef: | ||
name: redis-quickstart | ||
timeout: 5m | ||
apply: IfReady |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
apiVersion: ops.kubedb.com/v1alpha1 | ||
kind: RedisOpsRequest | ||
metadata: | ||
name: rdops-rotate-auth-user | ||
namespace: demo | ||
spec: | ||
type: RotateAuth | ||
databaseRef: | ||
name: redis-quickstart | ||
authentication: | ||
secretRef: | ||
name: redis-quickstart-user-auth | ||
timeout: 5m | ||
apply: IfReady |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
apiVersion: ops.kubedb.com/v1alpha1 | ||
kind: SolrOpsRequest | ||
metadata: | ||
name: solrops-rotate-auth-generated | ||
namespace: demo | ||
spec: | ||
type: RotateAuth | ||
databaseRef: | ||
name: solr-combined | ||
timeout: 5m | ||
apply: IfReady |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
apiVersion: ops.kubedb.com/v1alpha1 | ||
kind: SolrOpsRequest | ||
metadata: | ||
name: solrops-rotate-auth-user | ||
namespace: demo | ||
spec: | ||
type: RotateAuth | ||
databaseRef: | ||
name: solr-combined | ||
authentication: | ||
secretRef: | ||
name: solr-combined-user-auth | ||
timeout: 5m | ||
apply: IfReady |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: Rotate Authentication Druid | ||
menu: | ||
docs_{{ .version }}: | ||
identifier: guides-druid-rotate-auth | ||
name: Rotate Authentication | ||
parent: guides-druid | ||
weight: 130 | ||
menu_name: docs_{{ .version }} | ||
--- |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.