Details
-
Bug
-
Resolution: Not an issue
-
Neutral
-
None
-
None
-
None
-
None
Description
Currently if we want to use a password from the app in yaml (restClient or some integration config) the only option is to create jcr node, copy its JCR ID after creation, and then use it in the yaml.
It is not scalable and prone to errors, cause ID tend to change.
Path syntax in that regard should be more easy, because it will not change until we move it. Then we can regenerate the node in any way (migration, import, etc), and path stays the same.
Without that feature it is still easier to work with passwords in java code, which conflicts with light development approach.
Checklists
Acceptance criteria