-
Dear all, I've just updated to 8.0.5 but I get an error in the Monitoring System:
while it was working with the previous 7.3 version. I think this is due to the fact that we use certificates for authentication to ES, so no User/Password is provided. This use case was correctly handled in 7.3, but I have the impression that it's not anymore correctly handled now in the ConfigurationSystem/Client/Utilities.py Can you please confirm and eventually suggest a fix? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 8 replies
-
I found a simple fix:
and the same for the User parameter. Let me know if you want me to create a PR. |
Beta Was this translation helpful? Give feedback.
-
yes no problem. |
Beta Was this translation helpful? Give feedback.
-
No wait ! |
Beta Was this translation helpful? Give feedback.
-
@chaen @fstagni I'm back to this. If yes, maybe we could get this paramater first (before getting User and Password) and only if it's False, we retrieve User and Password. What do you think? |
Beta Was this translation helpful? Give feedback.
-
I've just created PR #6871 but 2 checks failed. I'm not sure how to pass them. |
Beta Was this translation helpful? Give feedback.
I found a simple fix:
and the same for the User parameter.
Let me know if you want me to create a PR.