Skip to content

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

Description

@Superkooka

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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