You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by is...@apache.org on 2022/04/27 00:49:47 UTC

[airavata-custos] branch develop updated (68237469 -> c491f689)

This is an automated email from the ASF dual-hosted git repository.

isjarana pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git


    from 68237469 Merge pull request #261 from isururanawaka/develop
     new a0c99e96 merge production
     new 7856bf60 bug fix in usermangement client
     new 77171286 enable metrics endpoint
     new f82d5596 stagingspecificuploads
     new 17683c6d staging merge
     new 5354236c merge develop to staging
     new b1e959ac Merge pull request #250 from isururanawaka/developTostagingTransfer
     new caa6380f Merge branch 'staging' of https://github.com/apache/airavata-custos into mergetostaging
     new 0bb1f62e add htrc theme
     new 4f9f6fb4 merge all changes from develop
     new 4d1b1d10 Merge pull request #252 from isururanawaka/mergetostaging
     new d440a5bd staging merge
     new 361ed604 sync develop to staging
     new 99ae7dae develop to staging merge
     new 4582b004 Merge pull request #258 from isururanawaka/developToStaging
     new f29c6903 chages
     new a867e460 production changes
     new 46820c93 fixing production pom
     new 81024ae7 production changes
     new f3b96e9f fix build error
     new 8e88938d merge chagnes from staging
     new 9bce2e65 remove unnecassary logs
     new ff942e24 remove unnecassary logs
     new 8e0c6eeb Merge pull request #259 from isururanawaka/merge-production-staging
     new 932acd27 upgrade ingress version to V1
     new 49be4486 upgrade ingress version to V1
     new 2165563d production changes
     new 8885434f Add deployment scripts
     new c491f689 Merge pull request #267 from isururanawaka/deployment_scripts

The 595 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../agent-management-client/pom.xml                |   2 +-
 .../custos-clients-core/pom.xml                    |   2 +-
 .../group-management-client/pom.xml                |   2 +-
 .../identity-management-client/pom.xml             |   2 +-
 custos-client-sdks/custos-java-clients/pom.xml     |   2 +-
 .../resource-secret-management-client/pom.xml      |   2 +-
 .../sharing-management-client/pom.xml              |   2 +-
 .../tenant-management-client/pom.xml               |   2 +-
 .../user-management-client/pom.xml                 |   2 +-
 custos-client-sdks/custos-java-sdk/pom.xml         |   2 +-
 .../clients/resource_secret_management_client.py   |  25 +-
 .../custos/samples/resource_secert_management.py   |   2 +
 .../custos-python-sdk/custos_sdk.egg-info/PKG-INFO |   2 +-
 custos-client-sdks/custos-python-sdk/setup.py      |   2 +-
 custos-client-sdks/pom.xml                         |   2 +-
 .../agent-profile-core-service-client-stub/pom.xml |   3 +-
 .../pom.xml                                        |   3 +-
 .../pom.xml                                        |   3 +-
 .../custos-logging-client-stub/pom.xml             |   3 +-
 .../pom.xml                                        |   3 +-
 .../iam-admin-core-service-client-stub/pom.xml     |   3 +-
 .../identity-core-service-client-stub/pom.xml      |   2 +-
 .../messaging-core-service-client-stub/pom.xml     |   3 +-
 custos-core-services-client-stubs/pom.xml          |   3 +-
 .../pom.xml                                        |   3 +-
 .../sharing-core-service-client-stub/pom.xml       |   3 +-
 .../pom.xml                                        |   3 +-
 .../user-profile-core-service-client-stub/pom.xml  |   3 +-
 .../agent-profile-core-service/pom.xml             |   3 +-
 .../src/main/helm/templates/deployment.yaml        |   2 +-
 .../src/main/helm/values.yaml                      |   4 +-
 .../cluster-management-core-service/pom.xml        |   3 +-
 .../src/main/helm/templates/deployment.yaml        |   2 +-
 .../src/main/helm/values.yaml                      |   4 +-
 .../credential-store-core-service/pom.xml          |   3 +-
 .../src/main/helm/templates/deployment.yaml        |   2 +-
 .../src/main/helm/values.yaml                      |   4 +-
 .../store/service/CredentialStoreService.java      |   6 +-
 .../custos-core-services-commons/pom.xml           |   3 +-
 custos-core-services/custos-logging/pom.xml        |   3 +-
 .../src/main/helm/templates/deployment.yaml        |   2 +-
 .../custos-logging/src/main/helm/values.yaml       |   4 +-
 .../custos-messaging-core-service/Dockerfile       |   2 +-
 .../custos-messaging-core-service/pom.xml          |   5 +-
 .../src/main/helm/templates/deployment.yaml        |   2 +-
 .../src/main/helm/values.yaml                      |  10 +-
 .../custos/messaging/service/EmailService.java     |   6 +-
 .../src/main/resources/bootstrap.properties        |   3 +-
 .../federated-authentication-core-service/pom.xml  |   3 +-
 .../src/main/helm/templates/deployment.yaml        |   2 +-
 .../src/main/helm/values.yaml                      |   4 +-
 .../src/main/resources/application.properties      |   3 +-
 .../iam-admin-core-service/Dockerfile              |   2 +-
 .../iam-admin-core-service/pom.xml                 |   3 +-
 .../src/main/helm/templates/deployment.yaml        |   2 +-
 .../src/main/helm/values.yaml                      |   8 +-
 custos-core-services/identity-core-service/pom.xml |   3 +-
 .../src/main/helm/templates/deployment.yaml        |   2 +-
 .../src/main/helm/values.yaml                      |   4 +-
 custos-core-services/pom.xml                       |   2 +-
 .../resource-secret-core-service/pom.xml           |   3 +-
 .../src/main/helm/templates/deployment.yaml        |   2 +-
 .../src/main/helm/values.yaml                      |   4 +-
 .../sharing-core-service/Dockerfile                |   2 +-
 custos-core-services/sharing-core-service/pom.xml  |   3 +-
 .../src/main/helm/templates/deployment.yaml        |   2 +-
 .../sharing-core-service/src/main/helm/values.yaml |   8 +-
 .../tenant-profile-core-service/pom.xml            |   2 +-
 .../src/main/helm/templates/deployment.yaml        |   2 +-
 .../src/main/helm/values.yaml                      |   4 +-
 .../user-profile-core-service/Dockerfile           |   2 +-
 .../user-profile-core-service/pom.xml              |   3 +-
 .../src/main/helm/templates/deployment.yaml        |   2 +-
 .../src/main/helm/values.yaml                      |   8 +-
 .../custos-configuration-service/pom.xml           |   4 +-
 .../src/main/helm/templates/deployment.yaml        |   2 +-
 .../src/main/helm/values.yaml                      |   4 +-
 .../agentManagementService-production.properties   |   6 +-
 .../agentManagementService-staging.properties      |   6 +-
 .../groupManagementService-production.properties   |   2 +-
 .../groupManagementService-staging.properties      |   2 +-
 .../iamAdminCoreService-production.properties      |  18 +-
 .../iamAdminCoreService-staging.properties         |   2 +-
 .../identityCoreService-production.properties      |  16 +-
 .../identityCoreService-staging.properties         |   2 +-
 ...identityManagementService-production.properties |   2 +-
 .../identityManagementService-staging.properties   |   2 +-
 .../logManagementService-production.properties     |   2 +-
 .../logManagementService-staging.properties        |   2 +-
 ...ceSecretManagementService-production.properties |   2 +-
 ...ourceSecretManagementService-staging.properties |   2 +-
 .../resources/scimService-production.properties    |   6 +-
 .../sharingManagementService-production.properties |   2 +-
 .../sharingManagementService-staging.properties    |   2 +-
 .../tenantManagementService-production.properties  |   6 +-
 .../tenantManagementService-staging.properties     |   6 +-
 .../userManagementService-production.properties    |   2 +-
 .../userManagementService-staging.properties       |   2 +-
 .../custos-grpc-web-proxy/pom.xml                  |   2 +-
 .../src/main/helm/templates/deployment.yaml        |   2 +-
 .../src/main/helm/values.yaml                      |   4 +-
 .../custos-keycloak/pom.xml                        |   2 +-
 custos-external-services-distributions/pom.xml     |   2 +-
 custos-federated-services-clients/pom.xml          |   5 +-
 .../services/clients/keycloak/KeycloakClient.java  |   1 -
 custos-integration-core/pom.xml                    |   3 +-
 .../agent-management-service-sidecar/pom.xml       |   3 +-
 .../agent-management-service/pom.xml               |   3 +-
 .../src/main/helm/templates/deployment.yaml        |   2 +-
 .../src/main/helm/templates/ingress-grpc.yaml      |   9 +-
 .../src/main/helm/templates/ingress.yaml           |   9 +-
 .../src/main/helm/values.yaml                      |   6 +-
 .../src/main/resources/application.properties      |   3 +-
 .../agent-management-service-parent/pom.xml        |   3 +-
 .../custos-integration-services-commons/pom.xml    |   3 +-
 .../custos-integration-services-swagger/pom.xml    |   3 +-
 .../src/main/helm/templates/deployment.yaml        |   2 +-
 .../src/main/helm/templates/ingress.yaml           |  11 +-
 .../src/main/helm/values.yaml                      |   8 +-
 .../group-management-service-sidecar/pom.xml       |   3 +-
 .../group-management-service/pom.xml               |   3 +-
 .../src/main/helm/templates/deployment.yaml        |   2 +-
 .../src/main/helm/templates/ingress-grpc.yaml      |   9 +-
 .../src/main/helm/templates/ingress.yaml           |   9 +-
 .../src/main/helm/values.yaml                      |   6 +-
 .../src/main/resources/application.properties      |   3 +-
 .../group-management-service-parent/pom.xml        |   3 +-
 .../identity-management-service-sidecar/pom.xml    |   3 +-
 .../identity-management-service/pom.xml            |   3 +-
 .../src/main/helm/templates/deployment.yaml        |   2 +-
 .../src/main/helm/templates/ingress-grpc.yaml      |   9 +-
 .../src/main/helm/templates/ingress.yaml           |   9 +-
 .../src/main/helm/values.yaml                      |   6 +-
 .../service/IdentityManagementService.java         |   4 +-
 .../src/main/resources/application.properties      |   3 +-
 .../identity-management-service-parent/pom.xml     |   3 +-
 .../log-management-service-sidecar/pom.xml         |   3 +-
 .../log-management-service/pom.xml                 |   5 +-
 .../src/main/helm/templates/deployment.yaml        |   2 +-
 .../src/main/helm/templates/ingress-grpc.yaml      |   9 +-
 .../src/main/helm/templates/ingress.yaml           |   9 +-
 .../src/main/helm/values.yaml                      |   6 +-
 .../src/main/resources/application.properties      |   3 +-
 .../log-management-service-parent/pom.xml          |   3 +-
 custos-integration-services/pom.xml                |   3 +-
 .../pom.xml                                        |   3 +-
 .../pom.xml                                        |   3 +-
 .../resource-secret-management-service/pom.xml     |   3 +-
 .../src/main/helm/templates/deployment.yaml        |   2 +-
 .../src/main/helm/templates/ingress-grpc.yaml      |   9 +-
 .../src/main/helm/templates/ingress.yaml           |   9 +-
 .../src/main/helm/values.yaml                      |   6 +-
 .../src/main/resources/application.properties      |   3 +-
 custos-integration-services/scim-service/pom.xml   |   3 +-
 .../src/main/helm/templates/deployment.yaml        |   2 +-
 .../src/main/helm/templates/ingress.yaml           |   9 +-
 .../scim-service/src/main/helm/values.yaml         |   7 +-
 .../sharing-management-service-parent/pom.xml      |   3 +-
 .../sharing-management-service-sidecar/pom.xml     |   3 +-
 .../sharing-management-service/pom.xml             |   3 +-
 .../src/main/helm/templates/deployment.yaml        |   2 +-
 .../src/main/helm/templates/ingress-grpc.yaml      |   9 +-
 .../src/main/helm/templates/ingress.yaml           |   9 +-
 .../src/main/helm/values.yaml                      |   6 +-
 .../src/main/resources/application.properties      |   3 +-
 .../tenant-management-service-parent/pom.xml       |   3 +-
 .../tenant-management-service-sidecar/pom.xml      |   3 +-
 .../tenant-management-service/pom.xml              |   7 +-
 .../src/main/helm/templates/deployment.yaml        |   2 +-
 .../src/main/helm/templates/ingress-grpc.yaml      |   9 +-
 .../src/main/helm/templates/ingress.yaml           |   9 +-
 .../src/main/helm/values.yaml                      |   6 +-
 .../src/main/resources/application.properties      |   3 +-
 .../user-management-service-parent/pom.xml         |   3 +-
 .../user-management-service-sidecar/pom.xml        |   3 +-
 .../user-management-service/pom.xml                |   3 +-
 .../src/main/helm/templates/deployment.yaml        |   2 +-
 .../src/main/helm/templates/ingress-grpc.yaml      |  10 +-
 .../src/main/helm/templates/ingress.yaml           |   9 +-
 .../src/main/helm/values.yaml                      |   6 +-
 .../src/main/resources/application.properties      |   3 +-
 custos-tests/pom.xml                               |   3 +-
 custos-utilities/deployment-scripts/README.MD      |  33 +
 .../deployment-scripts/cert-manager/README.MD      |   9 +
 .../letsencrypt-prod-cluster-issuer.yaml           |  19 +
 .../deployment-scripts/custos/README.MD            |  22 +
 .../deployment-scripts/custos/mysql/pv.yaml        |  14 +
 .../deployment-scripts/custos/mysql/pv1.yaml       |  14 +
 .../deployment-scripts/custos/mysql/pv2.yaml       |  14 +
 .../deployment-scripts/custos/mysql/values.yaml    | 842 +++++++++++++++++++++
 .../deployment-scripts/keycloak/README.MD          |  38 +
 .../keycloak/custos-keycloak.yaml                  |  13 +
 .../deployment-scripts/keycloak/ingress.yaml       |  23 +
 .../keycloak/keycloak-db-secret.yaml               |  13 +
 .../deployment-scripts/keycloak/operator.yaml      |  33 +
 .../keycloak/postgresql/postgresql-values.yaml     | 827 ++++++++++++++++++++
 .../deployment-scripts/keycloak/postgresql/pv.yaml |  14 +
 .../keycloak/postgresql/pv1.yaml                   |  14 +
 .../keycloak/postgresql/pv2.yaml                   |  14 +
 custos-utilities/deployment-scripts/olm/install.sh |  59 ++
 .../deployment-scripts/vault/README.MD             |  26 +
 .../deployment-scripts/vault/consul/pv.yaml        |  26 +
 .../deployment-scripts/vault/consul/pv1.yaml       |  26 +
 .../deployment-scripts/vault/consul/pv2.yaml       |  26 +
 .../deployment-scripts/vault/consul/storage.yaml   |   6 +
 .../deployment-scripts/vault/vault/ingress.yaml    |  22 +
 .../deployment-scripts/vault/vault/vaules.yaml     | 733 ++++++++++++++++++
 pom.xml                                            |  59 +-
 208 files changed, 3376 insertions(+), 304 deletions(-)
 create mode 100644 custos-utilities/deployment-scripts/README.MD
 create mode 100644 custos-utilities/deployment-scripts/cert-manager/README.MD
 create mode 100644 custos-utilities/deployment-scripts/cert-manager/letsencrypt-prod-cluster-issuer.yaml
 create mode 100644 custos-utilities/deployment-scripts/custos/README.MD
 create mode 100644 custos-utilities/deployment-scripts/custos/mysql/pv.yaml
 create mode 100644 custos-utilities/deployment-scripts/custos/mysql/pv1.yaml
 create mode 100644 custos-utilities/deployment-scripts/custos/mysql/pv2.yaml
 create mode 100644 custos-utilities/deployment-scripts/custos/mysql/values.yaml
 create mode 100644 custos-utilities/deployment-scripts/keycloak/README.MD
 create mode 100644 custos-utilities/deployment-scripts/keycloak/custos-keycloak.yaml
 create mode 100644 custos-utilities/deployment-scripts/keycloak/ingress.yaml
 create mode 100644 custos-utilities/deployment-scripts/keycloak/keycloak-db-secret.yaml
 create mode 100644 custos-utilities/deployment-scripts/keycloak/operator.yaml
 create mode 100644 custos-utilities/deployment-scripts/keycloak/postgresql/postgresql-values.yaml
 create mode 100644 custos-utilities/deployment-scripts/keycloak/postgresql/pv.yaml
 create mode 100644 custos-utilities/deployment-scripts/keycloak/postgresql/pv1.yaml
 create mode 100644 custos-utilities/deployment-scripts/keycloak/postgresql/pv2.yaml
 create mode 100644 custos-utilities/deployment-scripts/olm/install.sh
 create mode 100644 custos-utilities/deployment-scripts/vault/README.MD
 create mode 100644 custos-utilities/deployment-scripts/vault/consul/pv.yaml
 create mode 100644 custos-utilities/deployment-scripts/vault/consul/pv1.yaml
 create mode 100644 custos-utilities/deployment-scripts/vault/consul/pv2.yaml
 create mode 100644 custos-utilities/deployment-scripts/vault/consul/storage.yaml
 create mode 100644 custos-utilities/deployment-scripts/vault/vault/ingress.yaml
 create mode 100644 custos-utilities/deployment-scripts/vault/vault/vaules.yaml