encrypt.fail-on-error | true | Flag to say that a process should fail if there is an encryption or decryption
error. |
encrypt.key | | A symmetric key. As a stronger alternative consider using a keystore. |
encrypt.key-store.alias | | Alias for a key in the store. |
encrypt.key-store.location | | Location of the key store file, e.g. classpath:/keystore.jks. |
encrypt.key-store.password | | Password that locks the keystore. |
encrypt.key-store.secret | | Secret protecting the key (defaults to the same as the password). |
encrypt.rsa.algorithm | | The RSA algorithm to use (DEFAULT or OEAP). Once it is set do not change it (or
existing ciphers will not a decryptable). |
encrypt.rsa.salt | deadbeef | Salt for the random secret used to encrypt cipher text. Once it is set do not
change it (or existing ciphers will not a decryptable). |
encrypt.rsa.strong | false | Flag to indicate that "strong" AES encryption should be used internally. If
@@ -264,4 +264,4 @@
proxy, so they are sharing authentication data. If using a physical URL outside
your own domain, then generally it would be a bad idea to leak user credentials. |
zuul.servlet-path | /zuul | Path to install Zuul as a servlet (not part of Spring MVC). The servlet is more
memory efficient for requests with large bodies, e.g. file uploads. |
zuul.ssl-hostname-validation-enabled | true | Flag to say whether the hostname for ssl connections should be verified or not. Default is true.
- This should only be used in test setups! |
zuul.strip-prefix | true | Flag saying whether to strip the prefix from the path before forwarding. |
zuul.trace-request-body | true | Flag to say that request bodies can be traced. |