-
Notifications
You must be signed in to change notification settings - Fork 14
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
Juju 3.1.7 not compatible with charm #327
Comments
mongodb/beta
with a provided password
I'm also trying out 3.1.7 and noticed that setting the password while having more than one replica fails, so does adding units after the password has been changed: https://paste.openstack.org/raw/buaZAn4gSgXEPBQrvpEg/. Apart from the TLS issue, another bug that I've encountered is that s3 integration doesn't seem to work. It looks like the PBM mongo URI doesn't get set: https://paste.openstack.org/raw/bkl408Ga27tt673Appxb/ |
I can confirm that downgrading the juju agent to 3.1.5 fixes the About TLS: I saw that recent versions of the |
For self-signed certificates, yes please use the self-signed certificates operator. If the charm has issues that prevent it from being used with MongoDB, please describe what those issues are and open an issue in its Github project. We'll adapt the charm as necessary. Please don't use the legacy On this note, I observed that MongoDB is using a quite old version of the tls-certificates library. It's using 1.12 and the latest available is 2.21. I'm not sure if that's the issue but that for sure won't help. |
Thank you for all your helpful comments here as of eariler this week #331 merged and now I will update As for TLS without self-signed certificates there is active work being done to look into this. |
That's great, thanks for letting me know about the fix. I've tried the edge version of the mongodb charm with the latest stable juju version (3.3.0) and everything worked fine: https://paste.opendev.org/raw/byZi6G3HB7ZWbsvB51bY/. TLS configuration was applied correctly using the There's just one small nit, not sure if it's expected or not: there are a few |
Following the tutorial features such as TLS and set password fail
The text was updated successfully, but these errors were encountered: