You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2021/02/26 10:37:42 UTC

[airavata-mft] branch develop updated (e70c21e -> 82087eb)

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

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


    from e70c21e  Making AuthToken global
     add 799181b  rebasing
     add bca18e3  Custos Secret backend, passing AuthZToken
     add 200815f  implement secret backend get methods
     add cbf5b9d  Add cleanup methpds
     add 0701959  Add agent authentication bean
     add eb15805  Support  dynamic client providers
     add 127ab06  Support  dynamic client providers
     add 82087eb  Change property variable name

No new revisions were added by this update.

Summary of changes:
 .../org/apache/airavata/mft/core/AuthZToken.java   |  46 +++++++
 .../airavata/mft/secret/server/AppConfig.java      |  10 +-
 .../backend/custos/CustosClientsFactory.java       |  54 ++++++++
 .../server/backend/custos/CustosSecretBackend.java | 145 +++++++++++++++------
 .../custos/auth/AgentAuthenticationHandler.java    |  19 ++-
 5 files changed, 222 insertions(+), 52 deletions(-)
 create mode 100644 core/src/main/java/org/apache/airavata/mft/core/AuthZToken.java
 create mode 100644 services/secret-service/server/src/main/java/org/apache/airavata/mft/secret/server/backend/custos/CustosClientsFactory.java