-
Notifications
You must be signed in to change notification settings - Fork 128
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
Remove authmanager and webconfig #456
Conversation
…e-authmanager-webconfig
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What will happen if someone will use older config file with auth_keys: configs/auth.keys
params present? Will AcraServer show error/warning?
Co-authored-by: vixentael <vixentael@users.noreply.github.com>
will ignore it without any log messages (I have checked it ). acra doesn't validate config for appearing keys that are not used. |
…om:cossacklabs/acra into lagovas/T2142-remove-authmanager-webconfig
Our tests check that something handled correctly according to log output.Aand some of them fork process with log redirection to file. Before reading the file called f.Flush to be sure that all buffered data dumped to FS. But some logs may be buffered in the process itself that have written to stdout. And tests don't find expected log entries in the output. So now we turn off bufferization to be sure that we have all available logs.
We decided to remove webconfig and authmanager. So here:
acra-keymaker
andacra-keys
generation symmetric key for basic auth credentialsDraft until I run and check all dockerfiles and be sure that all of them work. All other staff is ready to review.
Updated documentation: cossacklabs/product-docs#199
Updated engineering demo: cossacklabs/acra-engineering-demo#32
Checklist
with new changes