Support appending to array and resetting value when loading multiple configs #4136
Open
3 of 5 tasks
Labels
feat
New feature or request.
Preflight checklist
Ory Network Project
No response
Describe your problem
It's impossible to append to the array or reset the value when providing multiple
--config
:Describe your ideal solution
There's yaml tags in
docker-compose
for a similar use case:!reset
(removes a value that is already set)!override
(replaces an array instead of merging, the default behavior is merging)Docs: https://docs.docker.com/reference/compose-file/merge/
Ory Kratos could support something like:
!reset
(remove a value)!append
or!merge
(merge arrays instead of replacing values)Workarounds or alternatives
Version
1.3.0
Additional Context
No response
The text was updated successfully, but these errors were encountered: