You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are not sure if these arguements are implemented as there is discrepancy between v2.0.8 release note and the tabcmd2 cmd page.
We are currently using tabcmd2 v2.0.11 on red hat 8.6 but we are not able to embed credential when publishing extracted data sources.
--db-username and --db-password cannot change the actual username password.
--save-db-password cannot embed credentials.
--db-password does not accept empty input ("") and return error 400000: Bad Request Payload is either malformed or incomplete.
when I set --db-username and --db-password to dummy value with --save-db-password, the data source is marked as embedded password on server side but the password is wrong.
We hope tabcmd2 can support this feature to enable passwordless deployment for sources using wallet connection.
The text was updated successfully, but these errors were encountered:
We are not sure if these arguements are implemented as there is discrepancy between v2.0.8 release note and the tabcmd2 cmd page.
We are currently using tabcmd2 v2.0.11 on red hat 8.6 but we are not able to embed credential when publishing extracted data sources.
--db-username and --db-password cannot change the actual username password.
--save-db-password cannot embed credentials.
--db-password does not accept empty input ("") and return error
400000: Bad Request Payload is either malformed or incomplete
.when I set --db-username and --db-password to dummy value with --save-db-password, the data source is marked as embedded password on server side but the password is wrong.
We hope tabcmd2 can support this feature to enable passwordless deployment for sources using wallet connection.
The text was updated successfully, but these errors were encountered: