Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Credentials verification failed for MSSQL, MySQL, PostgreSQL 'strong' passwords with unicode symbols #63

Open
stas-fomenko opened this issue Feb 2, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@stas-fomenko
Copy link
Contributor

Descriptions: Credentials verification failed when password contains:

abc123~!@<>?"+_)(*&^%$#[]@\`~.,,abc123

Logs:

Starting your Docker container ...
[INFO  tini (1)] Spawned child process '/run.sh' with pid '6'
Starting application in apprunner...
Will try to start app at /home/apprunner
12:34:16,738 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
12:34:16,752 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@6:22 - no applicable action for [pattern], current ElementPath  is [[configuration][appender][encoder][pattern]]
12:34:16,493 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
12:34:16,493 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
12:34:16,733 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
12:34:16,493 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/home/apprunner/build/elasticio/dependencies/sailor-jvm-3.3.1.jar!/logback.xml]
(no message)
12:34:16,512 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@35d176f7 - URL [jar:file:/home/apprunner/build/elasticio/dependencies/sailor-jvm-3.3.1.jar!/logback.xml] is not of type file
12:34:16,686 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
12:34:17,394 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
12:34:17,394 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
12:34:17,395 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
12:34:17,396 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@1dfe2924 - Registering current configuration as safe fallback point
Starting execution of verifyCredentials
Component descriptor from classpath: /component.json
About to verify credentials
Instantiating class io.elastic.jdbc.JdbcCredentialsVerifier
About to connect to database using given credentials
Connecting to connection string
Credentials verification failed
Sending response
Sending POST request to /v2/exec/result/601946c0cf482b0011775018
Got 200 response
Received response from server
Successfully posted json 46 bytes length
Java exiting with 0
[INFO  tini (1)] Main child exited normally (with status '0')

See all creds in bitwarden
May be related to #47
Creds with 'simple' password (e.g. uewydgx) could be successfully verified

@stas-fomenko stas-fomenko added the bug Something isn't working label Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant