-
Bug
-
Resolution: Done
-
Major
-
1.20.3.Final, 2.1.0.Final
-
None
When the filesystem-realm-encrypt command of Elytron Tool completes, it generates a CLI script to add the new realm to WildFly. If the script would overwrite a file, the user is prompted to confirm they want to overwrite the file.
The current logic is flipped, so if a user answers y, then the script will append to the existing file, while answering n will truncate the file to overwrite it.
- is incorporated by
-
ELY-2496 Add integrity to existing filesystem realms using Elytron Tool
- Resolved