Skip to content

Commit

Permalink
EVEREST-1704 remove pxc connection url (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko authored Nov 27, 2024
1 parent aef5c5f commit 84d8b59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/database_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ func (e *EverestServer) GetDatabaseClusterCredentials(ctx echo.Context, namespac
case everestv1alpha1.DatabaseEnginePXC:
response.Username = pointer.ToString("root")
response.Password = pointer.ToString(string(secret.Data["root"]))
response.ConnectionUrl = e.connectionURL(c, databaseCluster, *response.Username, *response.Password)
case everestv1alpha1.DatabaseEnginePSMDB:
response.Username = pointer.ToString(string(secret.Data["MONGODB_DATABASE_ADMIN_USER"]))
response.Password = pointer.ToString(string(secret.Data["MONGODB_DATABASE_ADMIN_PASSWORD"]))
Expand Down

0 comments on commit 84d8b59

Please sign in to comment.