Skip to content

Commit

Permalink
update aes128(v0) passwords to aes256(v1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zech-Hein committed Jan 22, 2025
1 parent 6a15b7f commit a7159f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
-Dcom.ibm.ws.beta.edition=true
-Xdump:java:events=throw+systhrow,filter=org/eclipse/openj9/criu/JVMCheckpointException,request=exclusive+preempt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright (c) 2022, 2024 IBM Corporation and others.
Copyright (c) 2022, 2025 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
Expand All @@ -21,9 +21,10 @@
</featureManager>

<application type="war" id="DefaultPrincipalMappingApp" name="DefaultPrincipalMappingApp" location="${server.config.dir}/apps/DefaultPrincipalMappingApp.war"/>

<variable name="auth.user.password" defaultValue="{aes}APb9ZaYzUL+JsfFD/OOBGaPM0evjmx5AnvmzbaKgffyX" /> <!-- APPPWD -->
<variable name="default.user.password" defaultValue="{aes}APb9ZaYzUL+JsfFD/OOBGaPM0evjmx5AnvmzbaKgffyX" /> <!-- APPPWD -->

<variable name="auth.user.password" defaultValue="{aes}ARA6E+YeyO1II3V5/j78ZPSryIQKz5Hu4OMs6qhFw+rn6IjvU8aHX+fy4hX1ZtAU4HPbRZ5DaHmGb7CpjlXfX1Bm9leNqxgd+q8nvzTNBGs6wW8RHj/n0GaiuT4n7m2pYy0pDDh5amoZ" /> <!-- APPPWD -->
<variable name="default.user.password" defaultValue="{aes}ARA6E+YeyO1II3V5/j78ZPSryIQKz5Hu4OMs6qhFw+rn6IjvU8aHX+fy4hX1ZtAU4HPbRZ5DaHmGb7CpjlXfX1Bm9leNqxgd+q8nvzTNBGs6wW8RHj/n0GaiuT4n7m2pYy0pDDh5amoZ" /> <!-- APPPWD -->


<!-- This authData will be overridden at restore by environment vars -->
<authData id="myAuthData" user="${auth.user.name}" password="${auth.user.password}" />
Expand Down

0 comments on commit a7159f1

Please sign in to comment.