File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -317,6 +317,7 @@ setup_test_data () {
317
317
echo " fake ghe-export-ssl-ca-certificates data" > " $loc /ssl-ca-certificates.tar"
318
318
echo " fake license data" > " $loc /enterprise.ghl"
319
319
echo " fake password hash data" > " $loc /manage-password"
320
+ echo " fake argon2 secret" > " $loc /manage-argon-secret"
320
321
echo " fake password pepper data" > " $loc /password-pepper"
321
322
echo " rsync" > " $loc /strategy"
322
323
echo " $GHE_REMOTE_VERSION " > " $loc /version"
@@ -446,6 +447,9 @@ verify_all_backedup_data() {
446
447
# verify manage-password file was backed up
447
448
[ " $( cat " $GHE_DATA_DIR /current/manage-password" ) " = " fake password hash data" ]
448
449
450
+ # verify manage-argon-secret file was backed up
451
+ [ " $( cat " $GHE_DATA_DIR /current/manage-argon-secret" ) " = " fake argon2 secret" ]
452
+
449
453
# verify password pepper file was backed up
450
454
[ " $( cat " $GHE_DATA_DIR /current/password-pepper" ) " = " fake password pepper data" ]
451
455
You can’t perform that action at this time.
0 commit comments