-
-
Notifications
You must be signed in to change notification settings - Fork 614
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
Configuration options modified #195
Conversation
@chalasr as discussed yesterday |
@Spomky I just opened #196 that makes the Sorry for that you worked on this here before. Could you please revert the changes you did that are done by #196? Also the StyleCI analysis doesn't pass, you should be able to fix it by running Thank you |
Here are the changes that need to be reverted:
|
This commit modifies the following configuration option: * the encryption_algorithm is renamed into signature_algorithm. Documentation is updated accordingly. This commit includes minor modifications on the service.xml file.
Hi @chalasr |
This PR was merged into the 2.0 branch. Discussion ---------- Next to #195 where we changed `encryption_algorithm` to `signature_algorithm`, this adapt the (forgotten) existing code, changing `encryptionAlgorithm` to `signatureAlgorithm` everywhere. 2.0 being not yet released, we must profit to ensure that the introduced features are following good practices, conventions and naming. @Spomky as you are quite aware of the good practices in term of encoding in general, it would be awesome if you could do a quick review of the terms we use in the corresponding part of our code base, especially on the `2.0` branch after #162. For instance I thought about `encryption_engine`, is it always correct in the contexts we use it? Otherwise, what about simply name it `engine`? That would give `encoder.engine` as option name. Let me know about your suggestions! Commits ------- a0b4430 Change encryptionAlgorithm to encryptionEngine Use 'crypto' term for keys
* Revert "Specific ocramius/package-versions version" * Try to fix Travis mongodb install
This PR modifies the following configuration option:
encryption_algorithm
is renamed intosignature_algorithm
.Documentation is updated accordingly.
This PR includes minor modifications on the service.xml file.