AEMaaCS and crypted passwords #766
-
Hey there, I tried to create a user with an encrypted password on AEMaaCS, but I failed when I deployed the same code on another environment configured with the same crypto keys. The sample code is this:
I get the error on the second environment: ": ERROR: Could not process yaml files / e=biz.netcentric.cq.tools.actool.authorizableinstaller.AuthorizableCreatorException: java.lang.IllegalArgumentException: Invalid password string starting with '{090..' (cannot be decrypted)" Additionally, I configured system user actool-service to have jcr:all permissions on root of JCR Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Nikolay, for AEMaaCS it is better to use secrets as configured in cloud manager and reference them via the following mechanism: |
Beta Was this translation helpful? Give feedback.
Hi Nikolay,
for AEMaaCS it is better to use secrets as configured in cloud manager and reference them via the following mechanism:
https://github.com/Netcentric/accesscontroltool/blob/develop/docs/AdvancedFeatures.md#interpolate-values
(the /etc/key path for storing the master key is not supported for actual cloud environments, only for the SDK)