Skip to content

Use authCredentials:passwordSecretName for run yugabyted-ui#218

Open
man-from-glasgow wants to merge 1 commit into
yugabyte:masterfrom
man-from-glasgow:yb-ui-auth-cred
Open

Use authCredentials:passwordSecretName for run yugabyted-ui#218
man-from-glasgow wants to merge 1 commit into
yugabyte:masterfrom
man-from-glasgow:yb-ui-auth-cred

Conversation

@man-from-glasgow

Copy link
Copy Markdown

This MR aims to add configuration of credentials for ysql/ycql to run yugabyted-ui container.

If authCredentials set by passwordSecretName

authCredentials:
  ysql:
    user: "yugabyte"
    # Must contain the key ysqlPassword
    passwordSecretName: "yugabyte-secrets"
  ycql:
    user: "cassandra"
    # Must contain the key ycqlPassword
    passwordSecretName: "yugabyte-secrets"

localhost:15433/api/metrics return
apiserver/cmd/server/handlers.(*Container).GetSession Error initializing the gocql session: gocql: unable to create session: unable to discover protocol version: Provided username 'cassandra' and/or password are incorrect

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant