We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We cannot disable authentication even if we pass this as a conf
security: authorization: "disabled"
--auth is being passed, which overrides the mongod.conf
--auth
percona-server-mongodb-operator/pkg/psmdb/container.go
Lines 176 to 184 in f10e1aa
Deploy with:
spec: ... replsets: - name: rs0 size: 3 configuration: | security: authorization: "disabled"
This would be fine if there'a a way to create users using the crd.
The text was updated successfully, but these errors were encountered:
@aqeelat thank you for raising this. @egegunes do you know if it is possible?
Sorry, something went wrong.
I can confirm the issue. I have tried to disable authentication via crd and using custom configmap. Both variants haven't effect.
No branches or pull requests
Report
We cannot disable authentication even if we pass this as a conf
More about the problem
--auth
is being passed, which overrides the mongod.confpercona-server-mongodb-operator/pkg/psmdb/container.go
Lines 176 to 184 in f10e1aa
Steps to reproduce
Deploy with:
Versions
Anything else?
This would be fine if there'a a way to create users using the crd.
The text was updated successfully, but these errors were encountered: