mirror of
				https://github.com/samply/bridgehead.git
				synced 2025-10-31 14:40:18 +01:00 
			
		
		
		
	Change salt string for exporter and login
This commit is contained in:
		| @@ -5,4 +5,4 @@ if [ -n "$ENABLE_EXPORTER" ];then | ||||
|   OVERRIDE+=" -f ./$PROJECT/modules/exporter-compose.yml" | ||||
| fi | ||||
| # TODO: Generate password in another way so that not all passwords are the same? | ||||
| EXPORTER_DB_PASSWORD="$(echo \"This is a salt string to generate one consistent password. It is not required to be secret.\" | openssl rsautl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 30)" | ||||
| EXPORTER_DB_PASSWORD="$(echo \"This is a salt string to generate one consistent password for the exporter. It is not required to be secret.\" | openssl rsautl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 30)" | ||||
|   | ||||
| @@ -4,4 +4,4 @@ if [ "$ENABLE_LOGIN" == true ];then | ||||
|   log INFO "Login setup detected -- will start Login services." | ||||
|   OVERRIDE+=" -f ./$PROJECT/modules/login-compose.yml" | ||||
| fi | ||||
| KEYCLOAK_DB_PASSWORD="$(echo \"This is a salt string to generate one consistent password. It is not required to be secret.\" | openssl rsautl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 30)" | ||||
| KEYCLOAK_DB_PASSWORD="$(echo \"This is a salt string to generate one consistent password for Keycloak. It is not required to be secret.\" | openssl rsautl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 30)" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user