From 96d02096caa05f2ad6dde30a52a329d14603670e Mon Sep 17 00:00:00 2001 From: Natpatchara Date: Thu, 3 Oct 2024 09:44:41 +0700 Subject: [PATCH] Edit secret format error remove additional space at end of secret file that might cause connection error with jdbc java library. --- secrets/atlas/ATLAS_ADMIN_PASSWORD | 2 +- secrets/atlas/ATLAS_NEW_CDMSOURCE_PASSWORD | 2 +- secrets/hades/HADES_PASSWORD | 2 +- secrets/omop_vocab/VOCAB_PG_PASSWORD | 2 +- secrets/openldap/OPENLDAP_ACCOUNT_PASSWORDS | 2 +- secrets/openldap/OPENLDAP_ADMIN_PASSWORD | 2 +- secrets/pgadmin4/PGADMIN_DEFAULT_PASSWORD | 2 +- secrets/phoebe/PHOEBE_PG_PASSWORD | 2 +- secrets/postprocessing/CDM_CONNECTIONDETAILS_PASSWORD | 2 +- secrets/solr_vocab/SOLR_VOCAB_JDBC_PASSWORD | 2 +- secrets/webapi/CDM_SNOWFLAKE_PRIVATE_KEY | 2 +- secrets/webapi/SECURITY_LDAP_SYSTEM_PASSWORD | 2 +- secrets/webapi/WEBAPI_DATASOURCE_PASSWORD | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/secrets/atlas/ATLAS_ADMIN_PASSWORD b/secrets/atlas/ATLAS_ADMIN_PASSWORD index 1b104ed..b6f380e 100644 --- a/secrets/atlas/ATLAS_ADMIN_PASSWORD +++ b/secrets/atlas/ATLAS_ADMIN_PASSWORD @@ -1 +1 @@ -mypass +mypass \ No newline at end of file diff --git a/secrets/atlas/ATLAS_NEW_CDMSOURCE_PASSWORD b/secrets/atlas/ATLAS_NEW_CDMSOURCE_PASSWORD index 1b104ed..b6f380e 100644 --- a/secrets/atlas/ATLAS_NEW_CDMSOURCE_PASSWORD +++ b/secrets/atlas/ATLAS_NEW_CDMSOURCE_PASSWORD @@ -1 +1 @@ -mypass +mypass \ No newline at end of file diff --git a/secrets/hades/HADES_PASSWORD b/secrets/hades/HADES_PASSWORD index 1b104ed..b6f380e 100644 --- a/secrets/hades/HADES_PASSWORD +++ b/secrets/hades/HADES_PASSWORD @@ -1 +1 @@ -mypass +mypass \ No newline at end of file diff --git a/secrets/omop_vocab/VOCAB_PG_PASSWORD b/secrets/omop_vocab/VOCAB_PG_PASSWORD index 1b104ed..b6f380e 100644 --- a/secrets/omop_vocab/VOCAB_PG_PASSWORD +++ b/secrets/omop_vocab/VOCAB_PG_PASSWORD @@ -1 +1 @@ -mypass +mypass \ No newline at end of file diff --git a/secrets/openldap/OPENLDAP_ACCOUNT_PASSWORDS b/secrets/openldap/OPENLDAP_ACCOUNT_PASSWORDS index cc4ca32..d2ebb8b 100644 --- a/secrets/openldap/OPENLDAP_ACCOUNT_PASSWORDS +++ b/secrets/openldap/OPENLDAP_ACCOUNT_PASSWORDS @@ -1 +1 @@ -broadsea +broadsea \ No newline at end of file diff --git a/secrets/openldap/OPENLDAP_ADMIN_PASSWORD b/secrets/openldap/OPENLDAP_ADMIN_PASSWORD index 1649b83..c921cae 100644 --- a/secrets/openldap/OPENLDAP_ADMIN_PASSWORD +++ b/secrets/openldap/OPENLDAP_ADMIN_PASSWORD @@ -1 +1 @@ -ldapadmin +ldapadmin \ No newline at end of file diff --git a/secrets/pgadmin4/PGADMIN_DEFAULT_PASSWORD b/secrets/pgadmin4/PGADMIN_DEFAULT_PASSWORD index d97c5ea..536aca3 100644 --- a/secrets/pgadmin4/PGADMIN_DEFAULT_PASSWORD +++ b/secrets/pgadmin4/PGADMIN_DEFAULT_PASSWORD @@ -1 +1 @@ -secret +secret \ No newline at end of file diff --git a/secrets/phoebe/PHOEBE_PG_PASSWORD b/secrets/phoebe/PHOEBE_PG_PASSWORD index 1b104ed..b6f380e 100644 --- a/secrets/phoebe/PHOEBE_PG_PASSWORD +++ b/secrets/phoebe/PHOEBE_PG_PASSWORD @@ -1 +1 @@ -mypass +mypass \ No newline at end of file diff --git a/secrets/postprocessing/CDM_CONNECTIONDETAILS_PASSWORD b/secrets/postprocessing/CDM_CONNECTIONDETAILS_PASSWORD index 1b104ed..b6f380e 100644 --- a/secrets/postprocessing/CDM_CONNECTIONDETAILS_PASSWORD +++ b/secrets/postprocessing/CDM_CONNECTIONDETAILS_PASSWORD @@ -1 +1 @@ -mypass +mypass \ No newline at end of file diff --git a/secrets/solr_vocab/SOLR_VOCAB_JDBC_PASSWORD b/secrets/solr_vocab/SOLR_VOCAB_JDBC_PASSWORD index 1b104ed..b6f380e 100644 --- a/secrets/solr_vocab/SOLR_VOCAB_JDBC_PASSWORD +++ b/secrets/solr_vocab/SOLR_VOCAB_JDBC_PASSWORD @@ -1 +1 @@ -mypass +mypass \ No newline at end of file diff --git a/secrets/webapi/CDM_SNOWFLAKE_PRIVATE_KEY b/secrets/webapi/CDM_SNOWFLAKE_PRIVATE_KEY index 365fb12..4c925de 100644 --- a/secrets/webapi/CDM_SNOWFLAKE_PRIVATE_KEY +++ b/secrets/webapi/CDM_SNOWFLAKE_PRIVATE_KEY @@ -1 +1 @@ -somekey +somekey \ No newline at end of file diff --git a/secrets/webapi/SECURITY_LDAP_SYSTEM_PASSWORD b/secrets/webapi/SECURITY_LDAP_SYSTEM_PASSWORD index 1649b83..c921cae 100644 --- a/secrets/webapi/SECURITY_LDAP_SYSTEM_PASSWORD +++ b/secrets/webapi/SECURITY_LDAP_SYSTEM_PASSWORD @@ -1 +1 @@ -ldapadmin +ldapadmin \ No newline at end of file diff --git a/secrets/webapi/WEBAPI_DATASOURCE_PASSWORD b/secrets/webapi/WEBAPI_DATASOURCE_PASSWORD index 1b104ed..b6f380e 100644 --- a/secrets/webapi/WEBAPI_DATASOURCE_PASSWORD +++ b/secrets/webapi/WEBAPI_DATASOURCE_PASSWORD @@ -1 +1 @@ -mypass +mypass \ No newline at end of file