Skip to content

Error in getting ES parameters when using certificates in 8.0.5 #6621

Answered by arrabito
arrabito asked this question in Q&A
Discussion options

You must be logged in to vote

I found a simple fix:

        result = gConfig.getOption("/Systems/NoSQLDatabases/Password")
	if not result["OK"]:
            gLogger.warn("No configuration parameter set for Password, assuming no Password")
            dbPass = None
        else:                                                                   
            dbPass = result["Value"]

and the same for the User parameter.

Let me know if you want me to create a PR.

Replies: 5 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@fstagni
Comment options

Answer selected by fstagni
Comment options

You must be logged in to vote
1 reply
@fstagni
Comment options

Comment options

You must be logged in to vote
3 replies
@fstagni
Comment options

@arrabito
Comment options

@fstagni
Comment options

Comment options

You must be logged in to vote
3 replies
@fstagni
Comment options

@arrabito
Comment options

@fstagni
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants