From adb1f8999ab26b8a22a7d1716de6b89d2f83b7ed Mon Sep 17 00:00:00 2001 From: carlosthe19916 <2582866+carlosthe19916@users.noreply.github.com> Date: Tue, 18 Apr 2023 11:36:48 +0200 Subject: [PATCH] Remove unused and not relevant ENVs --- ...ate-empty-dir-executor-shared-storage.json | 228 ------------------ .../web-template-empty-dir-executor.json | 228 ------------------ 2 files changed, 456 deletions(-) diff --git a/templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json b/templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json index 343d01d..160c5e6 100644 --- a/templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json +++ b/templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json @@ -129,14 +129,6 @@ "name": "GRAPH_BASE_OUTPUT_PATH", "value": "/opt/${APPLICATION_SERVER_NAME}/standalone/data/windup-graphs" }, - { - "name": "DB_SERVICE_PREFIX_MAPPING", - "value": "${APPLICATION_NAME}-postgresql=DB" - }, - { - "name": "DB_JNDI", - "value": "${DB_JNDI}" - }, { "name": "DB_USERNAME", "value": "${DB_USERNAME}" @@ -149,22 +141,6 @@ "name": "DB_DATABASE", "value": "${DB_DATABASE}" }, - { - "name": "TX_DATABASE_PREFIX_MAPPING", - "value": "${APPLICATION_NAME}-postgresql=DB" - }, - { - "name": "DB_MIN_POOL_SIZE", - "value": "${DB_MIN_POOL_SIZE}" - }, - { - "name": "DB_MAX_POOL_SIZE", - "value": "${DB_MAX_POOL_SIZE}" - }, - { - "name": "DB_TX_ISOLATION", - "value": "${DB_TX_ISOLATION}" - }, { "name": "OPENSHIFT_KUBE_PING_LABELS", "value": "application=${APPLICATION_NAME}" @@ -181,18 +157,6 @@ "name": "HTTPS_KEYSTORE_DIR", "value": "/etc/wildfly-secret-volume" }, - { - "name": "MQ_CLUSTER_PASSWORD", - "value": "${MQ_CLUSTER_PASSWORD}" - }, - { - "name": "MQ_QUEUES", - "value": "${MQ_QUEUES}" - }, - { - "name": "MQ_TOPICS", - "value": "${MQ_TOPICS}" - }, { "name": "JGROUPS_ENCRYPT_SECRET", "value": "${JGROUPS_ENCRYPT_SECRET}" @@ -221,14 +185,6 @@ "name": "AUTO_DEPLOY_EXPLODED", "value": "${AUTO_DEPLOY_EXPLODED}" }, - { - "name": "DEFAULT_JOB_REPOSITORY", - "value": "${APPLICATION_NAME}-postgresql" - }, - { - "name": "TIMER_SERVICE_DATA_STORE", - "value": "${APPLICATION_NAME}-postgresql" - }, { "name": "SSO_AUTH_SERVER_URL", "value": "${SSO_AUTH_SERVER_URL}" @@ -245,58 +201,6 @@ "name": "SSO_CLIENT_ID", "value": "${SSO_CLIENT_ID}" }, - { - "name": "SSO_BEARER_ONLY", - "value": "${SSO_BEARER_ONLY}" - }, - { - "name": "SSO_SAML_KEYSTORE_SECRET", - "value": "${SSO_SAML_KEYSTORE_SECRET}" - }, - { - "name": "SSO_SAML_KEYSTORE", - "value": "${SSO_SAML_KEYSTORE}" - }, - { - "name": "SSO_SAML_KEYSTORE_DIR", - "value": "/etc/sso-saml-secret-volume" - }, - { - "name": "SSO_SAML_CERTIFICATE_NAME", - "value": "${SSO_SAML_CERTIFICATE_NAME}" - }, - { - "name": "SSO_SAML_KEYSTORE_PASSWORD", - "value": "${SSO_SAML_KEYSTORE_PASSWORD}" - }, - { - "name": "SSO_SECRET", - "value": "${SSO_SECRET}" - }, - { - "name": "SSO_ENABLE_CORS", - "value": "${SSO_ENABLE_CORS}" - }, - { - "name": "SSO_SAML_LOGOUT_PAGE", - "value": "${SSO_SAML_LOGOUT_PAGE}" - }, - { - "name": "SSO_DISABLE_SSL_CERTIFICATE_VALIDATION", - "value": "${SSO_DISABLE_SSL_CERTIFICATE_VALIDATION}" - }, - { - "name": "SSO_TRUSTSTORE", - "value": "${SSO_TRUSTSTORE}" - }, - { - "name": "SSO_TRUSTSTORE_DIR", - "value": "/etc/sso-secret-volume" - }, - { - "name": "SSO_TRUSTSTORE_PASSWORD", - "value": "${SSO_TRUSTSTORE_PASSWORD}" - }, { "name": "GC_MAX_METASPACE_SIZE", "value": "512" @@ -807,13 +711,6 @@ "required": false, "value": "" }, - { - "description": "Database JNDI name used by application to resolve the datasource, e.g. java:/jboss/datasources/postgresql", - "displayName": "Database JNDI Name", - "name": "DB_JNDI", - "required": false, - "value": "java:jboss/datasources/WindupServicesDS" - }, { "description": "Database name", "displayName": "Database Name", @@ -828,38 +725,6 @@ "required": true, "value": "20G" }, - { - "description": "Queue names", - "displayName": "Queues", - "name": "MQ_QUEUES", - "required": false, - "value": "" - }, - { - "description": "Topic names", - "displayName": "Topics", - "name": "MQ_TOPICS", - "required": false, - "value": "" - }, - { - "description": "Sets xa-pool/min-pool-size for the configured datasource.", - "displayName": "Datasource Minimum Pool Size", - "name": "DB_MIN_POOL_SIZE", - "required": false - }, - { - "description": "Sets xa-pool/max-pool-size for the configured datasource.", - "displayName": "Datasource Maximum Pool Size", - "name": "DB_MAX_POOL_SIZE", - "required": false - }, - { - "description": "Sets transaction-isolation for the configured datasource.", - "displayName": "Datasource Transaction Isolation", - "name": "DB_TX_ISOLATION", - "required": false - }, { "description": "The maximum number of client connections allowed. This also sets the maximum number of prepared transactions.", "displayName": "PostgreSQL Maximum number of connections", @@ -873,14 +738,6 @@ "name": "POSTGRESQL_SHARED_BUFFERS", "required": false }, - { - "description": "A-MQ cluster admin password", - "displayName": "A-MQ cluster password", - "from": "[a-zA-Z0-9]{8}", - "generate": "expression", - "name": "MQ_CLUSTER_PASSWORD", - "required": true - }, { "description": "Database user name", "displayName": "Database Username", @@ -991,91 +848,6 @@ "required": false, "value": "" }, - { - "description": "SSO Client Access Type", - "displayName": "SSO Bearer Only?", - "name": "SSO_BEARER_ONLY", - "required": false, - "value": "" - }, - { - "description": "The name of the secret containing the keystore file", - "displayName": "SSO SAML Keystore Secret", - "name": "SSO_SAML_KEYSTORE_SECRET", - "required": false, - "value": "wildfly-app-secret" - }, - { - "description": "The name of the keystore file within the secret", - "displayName": "SSO SAML Keystore", - "name": "SSO_SAML_KEYSTORE", - "required": false, - "value": "keystore.jks" - }, - { - "description": "The name associated with the server certificate", - "displayName": "SSO SAML Certificate Name", - "name": "SSO_SAML_CERTIFICATE_NAME", - "required": false, - "value": "jboss" - }, - { - "description": "The password for the keystore and certificate", - "displayName": "SSO SAML Keystore Password", - "name": "SSO_SAML_KEYSTORE_PASSWORD", - "required": false, - "value": "mykeystorepass" - }, - { - "description": "The SSO Client Secret for Confidential Access", - "displayName": "SSO Client Secret", - "from": "[a-zA-Z0-9]{8}", - "generate": "expression", - "name": "SSO_SECRET", - "required": true - }, - { - "description": "Enable CORS for SSO applications", - "displayName": "Enable CORS for SSO?", - "name": "SSO_ENABLE_CORS", - "required": false, - "value": "false" - }, - { - "description": "SSO logout page for SAML applications", - "displayName": "SSO SAML Logout Page", - "name": "SSO_SAML_LOGOUT_PAGE", - "required": false, - "value": "/" - }, - { - "description": "If true SSL communication between Wildfly and the SSO Server will be insecure (i.e. certificate validation is disabled with curl)", - "displayName": "Disable SSL Validation in Wildfly->SSO communication", - "name": "SSO_DISABLE_SSL_CERTIFICATE_VALIDATION", - "required": false, - "value": "true" - }, - { - "description": "The name of the truststore file within the secret (e.g. truststore.jks)", - "displayName": "SSO Trust Store", - "name": "SSO_TRUSTSTORE", - "required": false, - "value": "" - }, - { - "description": "The password for the truststore and certificate (e.g. mykeystorepass)", - "displayName": "SSO Trust Store Password", - "name": "SSO_TRUSTSTORE_PASSWORD", - "required": false, - "value": "" - }, - { - "description": "The name of the secret containing the truststore file (e.g. truststore-secret). Used for volume secretName", - "displayName": "SSO Trust Store Secret", - "name": "SSO_TRUSTSTORE_SECRET", - "required": false, - "value": "wildfly-app-secret" - }, { "description": "The value of the user name for the images from Quay to be used", "displayName": "Quay Images User ID", diff --git a/templates/src/main/resources/web-template-empty-dir-executor.json b/templates/src/main/resources/web-template-empty-dir-executor.json index 7f0003f..fa168fb 100644 --- a/templates/src/main/resources/web-template-empty-dir-executor.json +++ b/templates/src/main/resources/web-template-empty-dir-executor.json @@ -125,14 +125,6 @@ "name": "MESSAGING_SERIALIZER", "value": "${MESSAGING_SERIALIZER}" }, - { - "name": "DB_SERVICE_PREFIX_MAPPING", - "value": "${APPLICATION_NAME}-postgresql=DB" - }, - { - "name": "DB_JNDI", - "value": "${DB_JNDI}" - }, { "name": "DB_USERNAME", "value": "${DB_USERNAME}" @@ -145,22 +137,6 @@ "name": "DB_DATABASE", "value": "${DB_DATABASE}" }, - { - "name": "TX_DATABASE_PREFIX_MAPPING", - "value": "${APPLICATION_NAME}-postgresql=DB" - }, - { - "name": "DB_MIN_POOL_SIZE", - "value": "${DB_MIN_POOL_SIZE}" - }, - { - "name": "DB_MAX_POOL_SIZE", - "value": "${DB_MAX_POOL_SIZE}" - }, - { - "name": "DB_TX_ISOLATION", - "value": "${DB_TX_ISOLATION}" - }, { "name": "OPENSHIFT_KUBE_PING_LABELS", "value": "application=${APPLICATION_NAME}" @@ -177,18 +153,6 @@ "name": "HTTPS_KEYSTORE_DIR", "value": "/etc/wildfly-secret-volume" }, - { - "name": "MQ_CLUSTER_PASSWORD", - "value": "${MQ_CLUSTER_PASSWORD}" - }, - { - "name": "MQ_QUEUES", - "value": "${MQ_QUEUES}" - }, - { - "name": "MQ_TOPICS", - "value": "${MQ_TOPICS}" - }, { "name": "JGROUPS_ENCRYPT_SECRET", "value": "${JGROUPS_ENCRYPT_SECRET}" @@ -217,14 +181,6 @@ "name": "AUTO_DEPLOY_EXPLODED", "value": "${AUTO_DEPLOY_EXPLODED}" }, - { - "name": "DEFAULT_JOB_REPOSITORY", - "value": "${APPLICATION_NAME}-postgresql" - }, - { - "name": "TIMER_SERVICE_DATA_STORE", - "value": "${APPLICATION_NAME}-postgresql" - }, { "name": "SSO_AUTH_SERVER_URL", "value": "${SSO_AUTH_SERVER_URL}" @@ -241,58 +197,6 @@ "name": "SSO_CLIENT_ID", "value": "${SSO_CLIENT_ID}" }, - { - "name": "SSO_BEARER_ONLY", - "value": "${SSO_BEARER_ONLY}" - }, - { - "name": "SSO_SAML_KEYSTORE_SECRET", - "value": "${SSO_SAML_KEYSTORE_SECRET}" - }, - { - "name": "SSO_SAML_KEYSTORE", - "value": "${SSO_SAML_KEYSTORE}" - }, - { - "name": "SSO_SAML_KEYSTORE_DIR", - "value": "/etc/sso-saml-secret-volume" - }, - { - "name": "SSO_SAML_CERTIFICATE_NAME", - "value": "${SSO_SAML_CERTIFICATE_NAME}" - }, - { - "name": "SSO_SAML_KEYSTORE_PASSWORD", - "value": "${SSO_SAML_KEYSTORE_PASSWORD}" - }, - { - "name": "SSO_SECRET", - "value": "${SSO_SECRET}" - }, - { - "name": "SSO_ENABLE_CORS", - "value": "${SSO_ENABLE_CORS}" - }, - { - "name": "SSO_SAML_LOGOUT_PAGE", - "value": "${SSO_SAML_LOGOUT_PAGE}" - }, - { - "name": "SSO_DISABLE_SSL_CERTIFICATE_VALIDATION", - "value": "${SSO_DISABLE_SSL_CERTIFICATE_VALIDATION}" - }, - { - "name": "SSO_TRUSTSTORE", - "value": "${SSO_TRUSTSTORE}" - }, - { - "name": "SSO_TRUSTSTORE_DIR", - "value": "/etc/sso-secret-volume" - }, - { - "name": "SSO_TRUSTSTORE_PASSWORD", - "value": "${SSO_TRUSTSTORE_PASSWORD}" - }, { "name": "GC_MAX_METASPACE_SIZE", "value": "512" @@ -788,13 +692,6 @@ "required": false, "value": "" }, - { - "description": "Database JNDI name used by application to resolve the datasource, e.g. java:/jboss/datasources/postgresql", - "displayName": "Database JNDI Name", - "name": "DB_JNDI", - "required": false, - "value": "java:jboss/datasources/WindupServicesDS" - }, { "description": "Database name", "displayName": "Database Name", @@ -809,38 +706,6 @@ "required": true, "value": "20G" }, - { - "description": "Queue names", - "displayName": "Queues", - "name": "MQ_QUEUES", - "required": false, - "value": "" - }, - { - "description": "Topic names", - "displayName": "Topics", - "name": "MQ_TOPICS", - "required": false, - "value": "" - }, - { - "description": "Sets xa-pool/min-pool-size for the configured datasource.", - "displayName": "Datasource Minimum Pool Size", - "name": "DB_MIN_POOL_SIZE", - "required": false - }, - { - "description": "Sets xa-pool/max-pool-size for the configured datasource.", - "displayName": "Datasource Maximum Pool Size", - "name": "DB_MAX_POOL_SIZE", - "required": false - }, - { - "description": "Sets transaction-isolation for the configured datasource.", - "displayName": "Datasource Transaction Isolation", - "name": "DB_TX_ISOLATION", - "required": false - }, { "description": "The maximum number of client connections allowed. This also sets the maximum number of prepared transactions.", "displayName": "PostgreSQL Maximum number of connections", @@ -854,14 +719,6 @@ "name": "POSTGRESQL_SHARED_BUFFERS", "required": false }, - { - "description": "A-MQ cluster admin password", - "displayName": "A-MQ cluster password", - "from": "[a-zA-Z0-9]{8}", - "generate": "expression", - "name": "MQ_CLUSTER_PASSWORD", - "required": true - }, { "description": "Database user name", "displayName": "Database Username", @@ -972,91 +829,6 @@ "required": false, "value": "" }, - { - "description": "SSO Client Access Type", - "displayName": "SSO Bearer Only?", - "name": "SSO_BEARER_ONLY", - "required": false, - "value": "" - }, - { - "description": "The name of the secret containing the keystore file", - "displayName": "SSO SAML Keystore Secret", - "name": "SSO_SAML_KEYSTORE_SECRET", - "required": false, - "value": "wildfly-app-secret" - }, - { - "description": "The name of the keystore file within the secret", - "displayName": "SSO SAML Keystore", - "name": "SSO_SAML_KEYSTORE", - "required": false, - "value": "keystore.jks" - }, - { - "description": "The name associated with the server certificate", - "displayName": "SSO SAML Certificate Name", - "name": "SSO_SAML_CERTIFICATE_NAME", - "required": false, - "value": "jboss" - }, - { - "description": "The password for the keystore and certificate", - "displayName": "SSO SAML Keystore Password", - "name": "SSO_SAML_KEYSTORE_PASSWORD", - "required": false, - "value": "mykeystorepass" - }, - { - "description": "The SSO Client Secret for Confidential Access", - "displayName": "SSO Client Secret", - "from": "[a-zA-Z0-9]{8}", - "generate": "expression", - "name": "SSO_SECRET", - "required": true - }, - { - "description": "Enable CORS for SSO applications", - "displayName": "Enable CORS for SSO?", - "name": "SSO_ENABLE_CORS", - "required": false, - "value": "false" - }, - { - "description": "SSO logout page for SAML applications", - "displayName": "SSO SAML Logout Page", - "name": "SSO_SAML_LOGOUT_PAGE", - "required": false, - "value": "/" - }, - { - "description": "If true SSL communication between Wildfly and the SSO Server will be insecure (i.e. certificate validation is disabled with curl)", - "displayName": "Disable SSL Validation in Wildfly->SSO communication", - "name": "SSO_DISABLE_SSL_CERTIFICATE_VALIDATION", - "required": false, - "value": "true" - }, - { - "description": "The name of the truststore file within the secret (e.g. truststore.jks)", - "displayName": "SSO Trust Store", - "name": "SSO_TRUSTSTORE", - "required": false, - "value": "" - }, - { - "description": "The password for the truststore and certificate (e.g. mykeystorepass)", - "displayName": "SSO Trust Store Password", - "name": "SSO_TRUSTSTORE_PASSWORD", - "required": false, - "value": "" - }, - { - "description": "The name of the secret containing the truststore file (e.g. truststore-secret). Used for volume secretName", - "displayName": "SSO Trust Store Secret", - "name": "SSO_TRUSTSTORE_SECRET", - "required": false, - "value": "wildfly-app-secret" - }, { "description": "The value of the user name for the images from Quay to be used", "displayName": "Quay Images User ID",