-
Notifications
You must be signed in to change notification settings - Fork 279
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
how can I do auth ? #106
Comments
In Of course it would be better if authentication could be enabled through an environment variable. |
This is also cumbersome to configure in local development, due to #58. |
agree with @dag4202 the current configuration setup is very painful ! |
I agree here. Since Cassandra doesn't have a good way to auto-configure auth, this is incredibly tedious with docker containers right now. |
I need to be able to configure authentication. Can we place merge one of the various pull requests that fixes this? Security should be the default, not the special case. Docker images aren't just for developing on laptops anymore - this image is being used in production environments. |
I'm sorry, but honestly if we're going to do anything more with environment variables it would likely be in the opposite direction (which we won't do due to the backwards compatibility implications) -- modifying a YAML file via shell script is very fragile, and setting complex configuration in this way is not great. For custom configuration, the only/best recommendation is to provide an appropriate Closing in favor of #160 + docker-library/docs#1317. |
is there a way to create a testuser and I can authenticate with it?
The text was updated successfully, but these errors were encountered: