Skip to content

Admin secret key postgres-password is hardcoded. Admin username is hardcoded too #13

@Superkooka

Description

@Superkooka

val adminUsername = "postgres"
val adminPassword = String(Base64.getDecoder().decode(adminSecret.data["postgres-password"]))
return PostgresConnectionFactory(
PostgresAdminCredentials(host, port, adminUsername, adminPassword),
)
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions