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 2021/10/29 19:31:14 UTC

[airavata-custos] branch production updated (9ec825e -> b97780c)

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

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


    from 9ec825e  Merge pull request #227 from isururanawaka/staging_develop_merge
     new 554db68  production changes
     new b6c97b7  datasource update
     new 70db7d5  fix iam production env secret loading
     new 2de2ff9  production
     new c162eb9  production env changes
     new b97780c  Merge pull request #241 from isururanawaka/production

The 499 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 +-
 custos-client-sdks/pom.xml                         |  2 +-
 .../agent-profile-core-service-client-stub/pom.xml |  2 +-
 .../pom.xml                                        |  2 +-
 .../pom.xml                                        |  2 +-
 .../custos-logging-client-stub/pom.xml             |  2 +-
 .../pom.xml                                        |  2 +-
 .../iam-admin-core-service-client-stub/pom.xml     |  2 +-
 .../identity-core-service-client-stub/pom.xml      |  2 +-
 .../messaging-core-service-client-stub/pom.xml     |  2 +-
 custos-core-services-client-stubs/pom.xml          |  2 +-
 .../pom.xml                                        |  2 +-
 .../sharing-core-service-client-stub/pom.xml       |  2 +-
 .../pom.xml                                        |  2 +-
 .../user-profile-core-service-client-stub/pom.xml  |  2 +-
 .../agent-profile-core-service/Dockerfile          |  2 +-
 .../agent-profile-core-service/pom.xml             |  2 +-
 .../src/main/helm/templates/deployment.yaml        | 11 +++++++
 .../src/main/helm/values.yaml                      | 21 +++++++------
 .../src/main/resources/application.properties      |  8 +++--
 .../cluster-management-core-service/Dockerfile     |  2 +-
 .../cluster-management-core-service/pom.xml        |  2 +-
 .../src/main/helm/templates/deployment.yaml        |  8 +++++
 .../src/main/helm/values.yaml                      | 19 ++++++------
 .../service/ClusterManagementService.java          |  2 +-
 .../src/main/resources/application.properties      |  7 +++--
 .../credential-store-core-service/Dockerfile       |  2 +-
 .../credential-store-core-service/pom.xml          |  2 +-
 .../src/main/helm/templates/deployment.yaml        |  8 +++++
 .../src/main/helm/values.yaml                      | 19 ++++++------
 .../src/main/resources/application.properties      |  7 +++--
 .../custos-core-services-commons/pom.xml           |  2 +-
 custos-core-services/custos-logging/Dockerfile     |  2 +-
 custos-core-services/custos-logging/pom.xml        |  2 +-
 .../src/main/helm/templates/deployment.yaml        |  8 +++++
 .../custos-logging/src/main/helm/values.yaml       | 19 ++++++------
 .../src/main/resources/application.properties      |  7 +++--
 .../custos-messaging-core-service/Dockerfile       |  2 +-
 .../custos-messaging-core-service/pom.xml          |  4 +--
 .../src/main/helm/templates/deployment.yaml        |  8 +++++
 .../src/main/helm/values.yaml                      | 19 ++++++------
 .../src/main/resources/application.properties      |  7 +++--
 .../Dockerfile                                     |  2 +-
 .../federated-authentication-core-service/pom.xml  | 34 ++++++++++----------
 .../src/main/helm/templates/deployment.yaml        |  8 +++++
 .../src/main/helm/values.yaml                      | 19 ++++++------
 .../src/main/resources/application.properties      |  4 +--
 .../iam-admin-core-service/Dockerfile              |  2 +-
 .../iam-admin-core-service/pom.xml                 |  2 +-
 .../src/main/helm/templates/deployment.yaml        |  8 +++++
 .../src/main/helm/values.yaml                      | 19 ++++++------
 .../apache/custos/iam/service/IamAdminService.java |  7 +++--
 .../src/main/resources/application.properties      |  7 +++--
 .../identity-core-service/Dockerfile               |  2 +-
 custos-core-services/identity-core-service/pom.xml |  2 +-
 .../src/main/helm/templates/deployment.yaml        |  8 +++++
 .../src/main/helm/values.yaml                      | 19 ++++++------
 .../src/main/resources/application.properties      |  8 +++--
 custos-core-services/pom.xml                       |  2 +-
 .../resource-secret-core-service/Dockerfile        |  2 +-
 .../resource-secret-core-service/pom.xml           |  2 +-
 .../src/main/helm/templates/deployment.yaml        |  8 +++++
 .../src/main/helm/values.yaml                      | 19 ++++++------
 .../src/main/resources/application.properties      |  5 +--
 .../sharing-core-service/Dockerfile                |  2 +-
 custos-core-services/sharing-core-service/pom.xml  |  2 +-
 .../src/main/helm/templates/deployment.yaml        |  8 +++++
 .../sharing-core-service/src/main/helm/values.yaml | 19 ++++++------
 .../src/main/resources/application.properties      |  5 +--
 .../tenant-profile-core-service/Dockerfile         |  2 +-
 .../tenant-profile-core-service/pom.xml            |  2 +-
 .../src/main/helm/templates/deployment.yaml        |  8 +++++
 .../src/main/helm/values.yaml                      | 19 ++++++------
 .../src/main/resources/application.properties      |  5 +--
 .../user-profile-core-service/Dockerfile           |  2 +-
 .../user-profile-core-service/pom.xml              |  2 +-
 .../src/main/helm/templates/deployment.yaml        |  8 +++++
 .../src/main/helm/values.yaml                      | 19 ++++++------
 .../src/main/resources/application.properties      |  7 +++--
 .../custos-configuration-service/Dockerfile        |  2 +-
 .../custos-configuration-service/pom.xml           | 36 +++++++++++-----------
 .../src/main/helm/values.yaml                      | 19 ++++++------
 ...> agentManagementService-production.properties} |  2 +-
 .../src/main/resources/application.properties      |  3 +-
 ...terManagementCoreService-production.properties} |  2 +-
 ...clusterManagementCoreService-staging.properties |  2 +-
 .../clusterManagementCoreService.properties        |  2 +-
 ...AuthenticationCoreService-production.properties |  3 ++
 ...> groupManagementService-production.properties} |  2 +-
 .../iamAdminCoreService-production.properties      | 25 +++++++++++++++
 ...s => identityCoreService-production.properties} | 24 +++++++--------
 ...dentityManagementService-production.properties} |  2 +-
 ... => logManagementService-production.properties} |  2 +-
 ... => messagingCoreService-production.properties} |  2 +-
 ...eSecretManagementService-production.properties} |  2 +-
 ...roperties => scimService-production.properties} |  6 ++--
 ...sharingManagementService-production.properties} |  2 +-
 ... tenantManagementService-production.properties} |  2 +-
 ...=> userManagementService-production.properties} |  2 +-
 .../custos-grpc-web-proxy/pom.xml                  |  2 +-
 .../src/main/helm/templates/deployment.yaml        |  8 ++---
 .../src/main/helm/values.yaml                      | 25 +++++++--------
 .../src/main/resources/envoy.yaml                  |  4 +--
 .../custos-keycloak/Dockerfile                     |  2 +-
 .../custos-keycloak/pom.xml                        |  2 +-
 custos-external-services-distributions/pom.xml     |  2 +-
 custos-federated-services-clients/pom.xml          |  4 +--
 .../services/clients/keycloak/KeycloakUtils.java   | 13 +++-----
 custos-integration-core/pom.xml                    |  2 +-
 .../agent-management-service-sidecar/pom.xml       |  2 +-
 .../agent-management-service/Dockerfile            |  2 +-
 .../agent-management-service/pom.xml               |  2 +-
 .../src/main/helm/templates/ingress-grpc.yaml      |  4 +--
 .../src/main/helm/templates/ingress.yaml           |  5 +--
 .../src/main/helm/values.yaml                      | 27 ++++++++--------
 .../agent-management-service-parent/pom.xml        |  2 +-
 .../custos-integration-services-commons/pom.xml    |  2 +-
 .../custos-integration-services-swagger/Dockerfile |  2 +-
 .../custos-integration-services-swagger/pom.xml    |  2 +-
 .../src/main/helm/templates/ingress.yaml           |  5 +--
 .../src/main/helm/values.yaml                      | 25 +++++++--------
 .../protos/IdentityManagementService.proto         |  4 ---
 .../group-management-service-sidecar/pom.xml       |  2 +-
 .../group-management-service/Dockerfile            |  2 +-
 .../group-management-service/pom.xml               |  2 +-
 .../src/main/helm/templates/ingress-grpc.yaml      |  4 +--
 .../src/main/helm/templates/ingress.yaml           |  5 +--
 .../src/main/helm/values.yaml                      | 27 ++++++++--------
 .../group-management-service-parent/pom.xml        |  2 +-
 .../identity-management-service-sidecar/pom.xml    |  2 +-
 .../identity-management-service/Dockerfile         |  2 +-
 .../identity-management-service/pom.xml            |  2 +-
 .../src/main/helm/templates/ingress-grpc.yaml      |  4 +--
 .../src/main/helm/templates/ingress.yaml           |  5 +--
 .../src/main/helm/values.yaml                      | 27 ++++++++--------
 .../src/main/proto/IdentityManagementService.proto |  4 ---
 .../identity-management-service-parent/pom.xml     |  2 +-
 .../log-management-service-sidecar/pom.xml         |  2 +-
 .../log-management-service/Dockerfile              |  2 +-
 .../log-management-service/pom.xml                 |  4 +--
 .../src/main/helm/templates/ingress-grpc.yaml      |  4 +--
 .../src/main/helm/templates/ingress.yaml           |  5 +--
 .../src/main/helm/values.yaml                      | 27 ++++++++--------
 .../log-management-service-parent/pom.xml          |  2 +-
 custos-integration-services/pom.xml                |  2 +-
 .../pom.xml                                        |  2 +-
 .../pom.xml                                        |  2 +-
 .../resource-secret-management-service/Dockerfile  |  2 +-
 .../resource-secret-management-service/pom.xml     |  2 +-
 .../src/main/helm/templates/ingress-grpc.yaml      |  4 +--
 .../src/main/helm/templates/ingress.yaml           |  5 +--
 .../src/main/helm/values.yaml                      | 27 ++++++++--------
 .../scim-service/Dockerfile                        |  2 +-
 custos-integration-services/scim-service/pom.xml   |  2 +-
 .../src/main/helm/templates/ingress.yaml           |  4 +--
 .../scim-service/src/main/helm/values.yaml         | 25 +++++++--------
 .../sharing-management-service-parent/pom.xml      |  2 +-
 .../sharing-management-service-sidecar/pom.xml     |  2 +-
 .../sharing-management-service/Dockerfile          |  2 +-
 .../sharing-management-service/pom.xml             |  2 +-
 .../src/main/helm/templates/ingress-grpc.yaml      |  4 +--
 .../src/main/helm/templates/ingress.yaml           |  5 +--
 .../src/main/helm/values.yaml                      | 27 ++++++++--------
 .../tenant-management-service-parent/pom.xml       |  2 +-
 .../tenant-management-service-sidecar/pom.xml      |  2 +-
 .../tenant-management-service/Dockerfile           |  2 +-
 .../tenant-management-service/pom.xml              |  6 ++--
 .../src/main/helm/templates/ingress-grpc.yaml      |  4 +--
 .../src/main/helm/templates/ingress.yaml           |  5 +--
 .../src/main/helm/values.yaml                      | 23 +++++++-------
 .../user-management-service-parent/pom.xml         |  2 +-
 .../user-management-service-sidecar/pom.xml        |  2 +-
 .../user-management-service/Dockerfile             |  2 +-
 .../user-management-service/pom.xml                |  2 +-
 .../src/main/helm/templates/deployment.yaml        |  8 +++++
 .../src/main/helm/templates/ingress-grpc.yaml      |  4 +--
 .../src/main/helm/templates/ingress.yaml           |  5 +--
 .../src/main/helm/values.yaml                      | 27 ++++++++--------
 .../management/service/UserManagementService.java  |  4 +++
 custos-tests/pom.xml                               |  2 +-
 pom.xml                                            | 30 ++++++++++--------
 190 files changed, 707 insertions(+), 525 deletions(-)
 copy custos-core-services/utility-services/custos-configuration-service/src/main/resources/{agentManagementService-staging.properties => agentManagementService-production.properties} (95%)
 copy custos-core-services/utility-services/custos-configuration-service/src/main/resources/{clusterManagementCoreService-staging.properties => clusterManagementCoreService-production.properties} (94%)
 create mode 100644 custos-core-services/utility-services/custos-configuration-service/src/main/resources/federatedAuthenticationCoreService-production.properties
 copy custos-core-services/utility-services/custos-configuration-service/src/main/resources/{groupManagementService-staging.properties => groupManagementService-production.properties} (96%)
 create mode 100644 custos-core-services/utility-services/custos-configuration-service/src/main/resources/iamAdminCoreService-production.properties
 copy custos-core-services/utility-services/custos-configuration-service/src/main/resources/{identityCoreService-staging.properties => identityCoreService-production.properties} (62%)
 copy custos-core-services/utility-services/custos-configuration-service/src/main/resources/{userManagementService-staging.properties => identityManagementService-production.properties} (94%)
 copy custos-core-services/utility-services/custos-configuration-service/src/main/resources/{logManagementService.properties => logManagementService-production.properties} (95%)
 copy custos-core-services/utility-services/custos-configuration-service/src/main/resources/{messagingCoreService-staging.properties => messagingCoreService-production.properties} (94%)
 copy custos-core-services/utility-services/custos-configuration-service/src/main/resources/{resourceSecretManagementService-staging.properties => resourceSecretManagementService-production.properties} (96%)
 copy custos-core-services/utility-services/custos-configuration-service/src/main/resources/{scimService-staging.properties => scimService-production.properties} (85%)
 copy custos-core-services/utility-services/custos-configuration-service/src/main/resources/{sharingManagementService.properties => sharingManagementService-production.properties} (95%)
 copy custos-core-services/utility-services/custos-configuration-service/src/main/resources/{tenantManagementService-staging.properties => tenantManagementService-production.properties} (93%)
 copy custos-core-services/utility-services/custos-configuration-service/src/main/resources/{userManagementService-staging.properties => userManagementService-production.properties} (94%)