Skip to content

Commit

Permalink
what is goin on
Browse files Browse the repository at this point in the history
  • Loading branch information
FxKu committed Oct 17, 2024
1 parent 6e201e1 commit 6b662d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cluster/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -1395,6 +1395,7 @@ func (c *Cluster) initPreparedDatabaseRoles() error {
searchPathArr = append(searchPathArr, fmt.Sprintf("%q", preparedSchemaName))
}
searchPath := strings.Join(searchPathArr, ", ")
c.logger.Debugf("search_path for database %s: %s", preparedDbName, searchPath)

// default roles per database
if err := c.initDefaultRoles(defaultRoles, "admin", preparedDbName, searchPath, preparedDB.SecretNamespace); err != nil {
Expand Down

0 comments on commit 6b662d2

Please sign in to comment.