You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.
Is there a way to give a location to a path on the server for the private.pem and public.pem keys instead of having to include them in the parameters.yml file?
The text was updated successfully, but these errors were encountered:
Right now there is no way to do that right out of the box, but you could add a key transformer service which takes the key value and transforms it based on certain criteria (e.g. if the value starts with "file:" you could recognize the rest of the value as a path).
The key transformers are loaded by the pcdx_parameter_encryption.encryption.key.resolver service, so you just have to override that service definition in order to load your own one.
Is there a way to give a location to a path on the server for the private.pem and public.pem keys instead of having to include them in the parameters.yml file?
The text was updated successfully, but these errors were encountered: