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 3a29db89e Merge pull request #281 from isururanawaka/develop
     new b23a73d07 SDK release
     new c3b5c309d Adding new client-trsutore
     new d0001d807 fix password reset to have previouse password
     new 5c681fec7 Merge pull request #312 from isururanawaka/develop

The 617 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:
 .../{ => build/lib/custos}/__init__.py             |   0
 .../{ => build/lib/custos/clients}/__init__.py     |   0
 .../lib}/custos/clients/agent_management_client.py |   0
 .../lib}/custos/clients/group_management_client.py |   0
 .../custos/clients/identity_management_client.py   |   0
 .../clients/resource_secret_management_client.py   |   0
 .../custos/clients/sharing_management_client.py    |   0
 .../clients/super_tenant_management_client.py      |   0
 .../custos/clients/tenant_management_client.py     |   0
 .../lib}/custos/clients/user_management_client.py  |   0
 .../lib/custos/clients/utils}/__init__.py          |   0
 .../utils/certificate_fetching_rest_client.py      |   0
 .../clients/utils/exceptions/CustosExceptions.py   |   0
 .../custos/clients/utils/exceptions}/__init__.py   |   0
 .../lib}/custos/clients/utils/utilities.py         |   0
 .../{ => build/lib/custos/samples}/__init__.py     |   0
 .../custos/samples/agent_management_samples.py     |   0
 .../custos/samples/group_management_samples.py     |   0
 .../custos/samples/identity_management_samples.py  |   0
 .../custos/samples/resource_secert_management.py   |   0
 .../lib/custos/samples/resources}/__init__.py      |   0
 .../lib}/custos/samples/resources/cert.pem         |   0
 .../custos/samples/tenant_management_samples.py    |   0
 .../lib}/custos/samples/user_management_samples.py |   0
 .../{ => build/lib/custos/server}/__init__.py      |   0
 .../custos/server/core/AgentProfileService_pb2.py  |   0
 .../server/core/AgentProfileService_pb2_grpc.py    |   0
 .../server/core/ClusterManagementService_pb2.py    |   0
 .../core/ClusterManagementService_pb2_grpc.py      |   0
 .../server/core/CredentialStoreService_pb2.py      |   0
 .../server/core/CredentialStoreService_pb2_grpc.py |   0
 .../core/FederatedAuthenticationService_pb2.py     |   0
 .../FederatedAuthenticationService_pb2_grpc.py     |   0
 .../lib}/custos/server/core/IamAdminService_pb2.py |   0
 .../custos/server/core/IamAdminService_pb2_grpc.py |   0
 .../lib}/custos/server/core/IdentityService_pb2.py |   0
 .../custos/server/core/IdentityService_pb2_grpc.py |   0
 .../lib}/custos/server/core/LoggingService_pb2.py  |   0
 .../custos/server/core/LoggingService_pb2_grpc.py  |   0
 .../custos/server/core/MessagingService_pb2.py     |   0
 .../server/core/MessagingService_pb2_grpc.py       |   0
 .../server/core/ResourceSecretService_pb2.py       |   0
 .../server/core/ResourceSecretService_pb2_grpc.py  |   0
 .../lib}/custos/server/core/SharingService_pb2.py  |   0
 .../custos/server/core/SharingService_pb2_grpc.py  |   0
 .../custos/server/core/TenantProfileService_pb2.py |   0
 .../server/core/TenantProfileService_pb2_grpc.py   |   0
 .../custos/server/core/UserProfileService_pb2.py   |   0
 .../server/core/UserProfileService_pb2_grpc.py     |   0
 .../{ => build/lib/custos/server/core}/__init__.py |   0
 .../integration/AgentManagementService_pb2.py      |   0
 .../integration/AgentManagementService_pb2_grpc.py |   0
 .../integration/ClusterManagementService_pb2.py    |   0
 .../ClusterManagementService_pb2_grpc.py           |   0
 .../integration/GroupManagementService_pb2.py      |   0
 .../integration/GroupManagementService_pb2_grpc.py |   0
 .../integration/IdentityManagementService_pb2.py   |   0
 .../IdentityManagementService_pb2_grpc.py          |   0
 .../server/integration/LogManagementService_pb2.py |   0
 .../integration/LogManagementService_pb2_grpc.py   |   0
 .../ResourceSecretManagementService_pb2.py         |   0
 .../ResourceSecretManagementService_pb2_grpc.py    |   0
 .../integration/SharingManagementService_pb2.py    |   0
 .../SharingManagementService_pb2_grpc.py           |   0
 .../integration/TenantManagementService_pb2.py     |   0
 .../TenantManagementService_pb2_grpc.py            |   0
 .../integration/UserManagementService_pb2.py       |   0
 .../integration/UserManagementService_pb2_grpc.py  |   0
 .../lib/custos/server/integration}/__init__.py     |   0
 .../{ => build/lib/custos/transport}/__init__.py   |   0
 .../lib}/custos/transport/certificate.pem          |   0
 .../{ => build/lib}/custos/transport/settings.py   |   0
 .../custos-python-sdk/custos_sdk.egg-info/PKG-INFO | 158 ++++++++++++++++++++-
 custos-client-sdks/custos-python-sdk/setup.py      |  12 +-
 .../src/main/helm/values.yaml                      |   4 +-
 .../src/main/proto/IamAdminService.proto           |   1 +
 .../resources/keycloak-client-truststore.pkcs12    | Bin 1687 -> 1687 bytes
 .../src/main/helm/values.yaml                      |   4 +-
 .../resources/keycloak-client-truststore.pkcs12    | Bin 1687 -> 1687 bytes
 79 files changed, 170 insertions(+), 9 deletions(-)
 copy custos-client-sdks/custos-python-sdk/{ => build/lib/custos}/__init__.py 
(100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib/custos/clients}/__init__.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/clients/agent_management_client.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/clients/group_management_client.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/clients/identity_management_client.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/clients/resource_secret_management_client.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/clients/sharing_management_client.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/clients/super_tenant_management_client.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/clients/tenant_management_client.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/clients/user_management_client.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib/custos/clients/utils}/__init__.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/clients/utils/certificate_fetching_rest_client.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/clients/utils/exceptions/CustosExceptions.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib/custos/clients/utils/exceptions}/__init__.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/clients/utils/utilities.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib/custos/samples}/__init__.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/samples/agent_management_samples.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/samples/group_management_samples.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/samples/identity_management_samples.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/samples/resource_secert_management.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib/custos/samples/resources}/__init__.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/samples/resources/cert.pem (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/samples/tenant_management_samples.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/samples/user_management_samples.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib/custos/server}/__init__.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/core/AgentProfileService_pb2.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/core/AgentProfileService_pb2_grpc.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/core/ClusterManagementService_pb2.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/core/ClusterManagementService_pb2_grpc.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/core/CredentialStoreService_pb2.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/core/CredentialStoreService_pb2_grpc.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/core/FederatedAuthenticationService_pb2.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/core/FederatedAuthenticationService_pb2_grpc.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/core/IamAdminService_pb2.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/core/IamAdminService_pb2_grpc.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/core/IdentityService_pb2.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/core/IdentityService_pb2_grpc.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/core/LoggingService_pb2.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/core/LoggingService_pb2_grpc.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/core/MessagingService_pb2.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/core/MessagingService_pb2_grpc.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/core/ResourceSecretService_pb2.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/core/ResourceSecretService_pb2_grpc.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/core/SharingService_pb2.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/core/SharingService_pb2_grpc.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/core/TenantProfileService_pb2.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/core/TenantProfileService_pb2_grpc.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/core/UserProfileService_pb2.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/core/UserProfileService_pb2_grpc.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib/custos/server/core}/__init__.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/integration/AgentManagementService_pb2.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/integration/AgentManagementService_pb2_grpc.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/integration/ClusterManagementService_pb2.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/integration/ClusterManagementService_pb2_grpc.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/integration/GroupManagementService_pb2.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/integration/GroupManagementService_pb2_grpc.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/integration/IdentityManagementService_pb2.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/integration/IdentityManagementService_pb2_grpc.py 
(100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/integration/LogManagementService_pb2.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/integration/LogManagementService_pb2_grpc.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/integration/ResourceSecretManagementService_pb2.py 
(100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/integration/ResourceSecretManagementService_pb2_grpc.py
 (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/integration/SharingManagementService_pb2.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/integration/SharingManagementService_pb2_grpc.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/integration/TenantManagementService_pb2.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/integration/TenantManagementService_pb2_grpc.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/integration/UserManagementService_pb2.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/server/integration/UserManagementService_pb2_grpc.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib/custos/server/integration}/__init__.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib/custos/transport}/__init__.py (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/transport/certificate.pem (100%)
 copy custos-client-sdks/custos-python-sdk/{ => 
build/lib}/custos/transport/settings.py (100%)

Reply via email to