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/12/06 13:00:08 UTC

[airavata-custos] branch staging updated (747ef34 -> b1e959a)

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

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


    from 747ef34  Merge pull request #244 from isururanawaka/staging
     new 7717128  enable metrics endpoint
     new f82d559  stagingspecificuploads
     new bdbc9c8  Merge pull request #216 from isururanawaka/develop
     new f1e774d  Merge pull request #217 from isururanawaka/develop
     new 6f9ef1b  Merge pull request #218 from isururanawaka/develop
     new a70cd27  Merge pull request #219 from isururanawaka/develop
     new b1d72d9  Merge pull request #220 from isururanawaka/develop
     new 6e0aec0  Merge pull request #221 from isururanawaka/develop
     new d520918  Fix duplicate entities issue
     new 57544cb  Merge pull request #223 from isururanawaka/develop
     new e478226  Add get external idp links
     new 4270bef  Merge pull request #225 from isururanawaka/develop
     new 064ee41  version-upgrade
     new 6a0d797  upgraded to version 1.1
     new e0ee0b6  Merge pull request #229 from isururanawaka/develop_staging_upgrade
     new 7e764aa  Deactivate container profile
     new 7484e22  Merge pull request #230 from isururanawaka/develop
     new 6974728  Deactivate container profile
     new 040ab3a  Merge pull request #231 from isururanawaka/develop
     new da6ba31  #226
     new 6e7ebfa  Merge pull request #234 from isururanawaka/issue_226
     new 9e9e84d  convert GET IdentityManagement/isAuthenticated  to POST IdentityManagement/isAuthenticated
     new 7e46ae1  Merge pull request #235 from isururanawaka/issue_226
     new 138d1a9  make docker mage download to IfNotPresent
     new b30366b  Merge pull request #236 from isururanawaka/issue_226
     new 1d57c1a  update to 9.0.2
     new 4e28980  Merge pull request #238 from isururanawaka/develop
     new aeddf2b  update latest client truststore
     new 68351e3  Merge pull request #240 from isururanawaka/develop
     new 0aeb568  Bug fix in usermanagement client
     new 6080095  Merge pull request #243 from isururanawaka/develop
     new 17dfb93  develop changes
     new fc451d8  update vault certificate
     new f59905c  Add last login event to getUsers
     new bede426  Merge pull request #245 from isururanawaka/develop
     new 5571e69  update develop to latest
     new 15afc8f  Merge pull request #246 from isururanawaka/stagingtodevelop
     new 17683c6  staging merge
     new 5354236  merge develop to staging
     new b1e959a  Merge pull request #250 from isururanawaka/developTostagingTransfer

The 548 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:
 .../management/client/UserManagementClient.java    |   8 +--
 .../agent-profile-core-service-client-stub/pom.xml |   1 +
 .../pom.xml                                        |   1 +
 .../pom.xml                                        |   1 +
 .../custos-logging-client-stub/pom.xml             |   1 +
 .../pom.xml                                        |   1 +
 .../iam-admin-core-service-client-stub/pom.xml     |   1 +
 .../iam/admin/client/IamAdminServiceClient.java    |   8 +++
 .../messaging-core-service-client-stub/pom.xml     |   1 +
 custos-core-services-client-stubs/pom.xml          |   1 +
 .../pom.xml                                        |   1 +
 .../sharing-core-service-client-stub/pom.xml       |   1 +
 .../pom.xml                                        |   1 +
 .../user-profile-core-service-client-stub/pom.xml  |   1 +
 .../agent-profile-core-service/pom.xml             |   1 +
 .../cluster-management-core-service/pom.xml        |   1 +
 .../credential-store-core-service/pom.xml          |   1 +
 .../main/resources/vault-client-truststore.pkcs12  | Bin 1626 -> 1626 bytes
 .../custos-core-services-commons/pom.xml           |   1 +
 custos-core-services/custos-logging/pom.xml        |   1 +
 .../custos-messaging-core-service/pom.xml          |   3 +-
 .../src/main/resources/application.properties      |   3 +-
 .../src/main/resources/bootstrap.properties        |   3 +-
 .../federated-authentication-core-service/pom.xml  |   1 +
 .../iam-admin-core-service/pom.xml                 |   1 +
 .../apache/custos/iam/service/IamAdminService.java |  76 +++++++++++++++++++--
 .../custos/iam/validator/InputValidator.java       |  21 ++++++
 .../src/main/proto/IamAdminService.proto           |  25 +++++++
 .../resources/keycloak-client-truststore.pkcs12    | Bin 1626 -> 1626 bytes
 custos-core-services/identity-core-service/pom.xml |   1 +
 .../resources/keycloak-client-truststore.pkcs12    | Bin 1626 -> 1626 bytes
 .../resource-secret-core-service/pom.xml           |   1 +
 .../main/resources/vault-client-truststore.pkcs12  | Bin 1626 -> 1626 bytes
 custos-core-services/sharing-core-service/pom.xml  |   1 +
 .../custos/sharing/service/SharingService.java     |  10 ++-
 .../user-profile-core-service/pom.xml              |   1 +
 .../custos-configuration-service/pom.xml           |   2 +-
 ...rties => agentManagementService-dev.properties} |   0
 .../agentManagementService-production.properties   |   4 +-
 .../agentManagementService-staging.properties      |   6 +-
 ...=> clusterManagementCoreService-dev.properties} |   0
 ...eratedAuthenticationCoreService-dev.properties} |   2 +-
 ...rties => groupManagementService-dev.properties} |   0
 .../groupManagementService-staging.properties      |   2 +-
 ...operties => iamAdminCoreService-dev.properties} |   0
 .../iamAdminCoreService-staging.properties         |   2 +-
 ...operties => identityCoreService-dev.properties} |   0
 .../identityCoreService-staging.properties         |   2 +-
 ...es => identityManagementService-dev.properties} |   0
 .../identityManagementService-staging.properties   |   2 +-
 ...perties => logManagementService-dev.properties} |   0
 .../logManagementService-staging.properties        |   2 +-
 ...perties => messagingCoreService-dev.properties} |   0
 ...resourceSecretManagementService-dev.properties} |   0
 ...ourceSecretManagementService-staging.properties |   2 +-
 ...rvice.properties => scimService-dev.properties} |   0
 ...ies => sharingManagementService-dev.properties} |   0
 .../sharingManagementService-staging.properties    |   2 +-
 ...ties => tenantManagementService-dev.properties} |   0
 .../tenantManagementService-production.properties  |   4 +-
 .../tenantManagementService-staging.properties     |   6 +-
 ...erties => userManagementService-dev.properties} |   0
 .../userManagementService-staging.properties       |   2 +-
 .../custos-keycloak/Dockerfile                     |   1 +
 .../main/resources/keycloak-metrics-spi-2.5.1.jar  | Bin 0 -> 232640 bytes
 custos-federated-services-clients/pom.xml          |   3 +-
 .../services/clients/keycloak/KeycloakClient.java  |  73 ++++++++++++++++++--
 custos-integration-core/pom.xml                    |   1 +
 .../agent-management-service-sidecar/pom.xml       |   1 +
 .../agent-management-service/pom.xml               |   1 +
 .../src/main/helm/templates/ingress-grpc.yaml      |   2 +-
 .../src/main/helm/templates/ingress.yaml           |   2 +-
 .../src/main/helm/values.yaml                      |   8 +--
 .../agent-management-service-parent/pom.xml        |   1 +
 .../custos-integration-services-commons/pom.xml    |   1 +
 .../custos-integration-services-swagger/pom.xml    |   1 +
 .../src/main/helm/templates/ingress.yaml           |   4 +-
 .../src/main/helm/values.yaml                      |   4 ++
 .../main/resources/protos/IamAdminService.proto    |  25 +++++++
 .../protos/IdentityManagementService.proto         |   2 +-
 .../resources/protos/UserManagementService.proto   |  13 ++++
 .../group-management-service-sidecar/pom.xml       |   1 +
 .../group-management-service/pom.xml               |   1 +
 .../src/main/helm/templates/ingress-grpc.yaml      |   2 +-
 .../src/main/helm/templates/ingress.yaml           |   2 +-
 .../src/main/helm/values.yaml                      |  22 +++---
 .../group-management-service-parent/pom.xml        |   1 +
 .../identity-management-service-sidecar/pom.xml    |   1 +
 .../main/resources/identity-management-service.pb  | Bin 99726 -> 99726 bytes
 .../identity-management-service/pom.xml            |   1 +
 .../src/main/helm/templates/deployment.yaml        |   2 +-
 .../src/main/helm/templates/ingress-grpc.yaml      |   2 +-
 .../src/main/helm/templates/ingress.yaml           |   2 +-
 .../src/main/helm/values.yaml                      |  22 +++---
 .../interceptors/AuthInterceptorImpl.java          |   1 +
 .../service/IdentityManagementService.java         |   2 +-
 .../src/main/proto/IdentityManagementService.proto |   2 +-
 .../identity-management-service-parent/pom.xml     |   1 +
 .../log-management-service-sidecar/pom.xml         |   1 +
 .../log-management-service/pom.xml                 |   3 +-
 .../src/main/helm/templates/ingress-grpc.yaml      |   2 +-
 .../src/main/helm/templates/ingress.yaml           |   2 +-
 .../src/main/helm/values.yaml                      |  22 +++---
 .../log-management-service-parent/pom.xml          |   1 +
 custos-integration-services/pom.xml                |   1 +
 .../pom.xml                                        |   1 +
 .../pom.xml                                        |   1 +
 .../resource-secret-management-service/pom.xml     |   1 +
 .../src/main/helm/templates/ingress-grpc.yaml      |   2 +-
 .../src/main/helm/templates/ingress.yaml           |   2 +-
 .../src/main/helm/values.yaml                      |  22 +++---
 custos-integration-services/scim-service/pom.xml   |   1 +
 .../src/main/helm/templates/ingress.yaml           |   2 +-
 .../scim-service/src/main/helm/values.yaml         |  21 +++---
 .../sharing-management-service-parent/pom.xml      |   1 +
 .../sharing-management-service-sidecar/pom.xml     |   1 +
 .../sharing-management-service/pom.xml             |   1 +
 .../src/main/helm/templates/ingress-grpc.yaml      |   2 +-
 .../src/main/helm/templates/ingress.yaml           |   2 +-
 .../src/main/helm/values.yaml                      |  22 +++---
 .../tenant-management-service-parent/pom.xml       |   1 +
 .../tenant-management-service-sidecar/pom.xml      |   1 +
 .../tenant-management-service/pom.xml              |   5 +-
 .../src/main/helm/templates/ingress-grpc.yaml      |   2 +-
 .../src/main/helm/templates/ingress.yaml           |   2 +-
 .../src/main/helm/values.yaml                      |  16 ++---
 .../user-management-service-parent/pom.xml         |   1 +
 .../user-management-service-sidecar/pom.xml        |   1 +
 .../src/main/resources/user-management-service.pb  | Bin 126088 -> 128317 bytes
 .../user-management-service/pom.xml                |   1 +
 .../src/main/helm/templates/ingress-grpc.yaml      |   2 +-
 .../src/main/helm/templates/ingress.yaml           |   2 +-
 .../src/main/helm/values.yaml                      |  22 +++---
 .../interceptors/AuthInterceptorImpl.java          |  32 ++++++++-
 .../management/service/UserManagementService.java  |  37 ++++++++++
 .../src/main/proto/UserManagementService.proto     |  13 ++++
 custos-tests/pom.xml                               |   1 +
 pom.xml                                            |  13 ++--
 138 files changed, 538 insertions(+), 156 deletions(-)
 rename custos-core-services/utility-services/custos-configuration-service/src/main/resources/{agentManagementService.properties => agentManagementService-dev.properties} (100%)
 rename custos-core-services/utility-services/custos-configuration-service/src/main/resources/{clusterManagementCoreService.properties => clusterManagementCoreService-dev.properties} (100%)
 rename custos-core-services/utility-services/custos-configuration-service/src/main/resources/{federatedAuthenticatedCoreService.properties => federatedAuthenticationCoreService-dev.properties} (99%)
 rename custos-core-services/utility-services/custos-configuration-service/src/main/resources/{groupManagementService.properties => groupManagementService-dev.properties} (100%)
 rename custos-core-services/utility-services/custos-configuration-service/src/main/resources/{iamAdminCoreService.properties => iamAdminCoreService-dev.properties} (100%)
 rename custos-core-services/utility-services/custos-configuration-service/src/main/resources/{identityCoreService.properties => identityCoreService-dev.properties} (100%)
 rename custos-core-services/utility-services/custos-configuration-service/src/main/resources/{identityManagementService.properties => identityManagementService-dev.properties} (100%)
 rename custos-core-services/utility-services/custos-configuration-service/src/main/resources/{logManagementService.properties => logManagementService-dev.properties} (100%)
 rename custos-core-services/utility-services/custos-configuration-service/src/main/resources/{messagingCoreService.properties => messagingCoreService-dev.properties} (100%)
 rename custos-core-services/utility-services/custos-configuration-service/src/main/resources/{resourceSecretManagementService.properties => resourceSecretManagementService-dev.properties} (100%)
 rename custos-core-services/utility-services/custos-configuration-service/src/main/resources/{scimService.properties => scimService-dev.properties} (100%)
 rename custos-core-services/utility-services/custos-configuration-service/src/main/resources/{sharingManagementService.properties => sharingManagementService-dev.properties} (100%)
 rename custos-core-services/utility-services/custos-configuration-service/src/main/resources/{tenantManagementService.properties => tenantManagementService-dev.properties} (100%)
 rename custos-core-services/utility-services/custos-configuration-service/src/main/resources/{userManagementService.properties => userManagementService-dev.properties} (100%)
 create mode 100644 custos-external-services-distributions/custos-keycloak/src/main/resources/keycloak-metrics-spi-2.5.1.jar