Encryption both in config and in URI
See original GitHub issueI’ve been trying to use this with an AURA database, but in order to connect I need to use neo4j+s schema (otherwise, Could not perform discovery.
)
Unfortunately, once it’s included in the URI, no value for encrypted
in config will avoid the Encryption/trust can only be configured either through URL or config, not both
Error (I tried "ENCRYPTION_OFF"
as mentioned in the readme and false).
Weirdly, I only get this error instantiating neovis, while if I create a driver manually no error comes up.
Any suggestion?
Issue Analytics
- State:
- Created 2 years ago
- Comments:7
Top Results From Across the Web
Algorithm URI configuration settings - IBM
Specifies the algorithm URI that is used for both encrypting and decrypting data. Key encryption: Specifies the algorithm URI that is used for...
Read more >Spring Cloud Config — Encryption and Decryption at Rest
In this story we use both the ways. For Spring Cloud to be able to encrypt and decrypt properties you will need to...
Read more >Spring Cloud Config Server
With the Config Server you have a central place to manage external properties for applications across all environments. The concepts on both client...
Read more >encryption - unable to decrypt from spring config server / cleint
I am trying to encrypt and decrypt config properties ...
Read more >Quick Intro to Spring Cloud Configuration - Baeldung
To use symmetric cryptography, we simply have to set the property 'encrypt.key' in our application.properties to a secret of our choice.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Working config for Aura by using an unencrypted connection URI and enforcing encryption in the config
@rthennan I still get an error after adding your configuration:
Did you see any thing like this?