AIRAVATA-2371 Updating to new name of authz.cache.manager.class
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/e1a9ab48 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/e1a9ab48 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/e1a9ab48 Branch: refs/heads/registry-refactoring Commit: e1a9ab48529d998b09b310ad15427efa2587df8f Parents: 5f8d5c6 Author: Marcus Christie <[email protected]> Authored: Thu May 11 10:55:03 2017 -0400 Committer: Marcus Christie <[email protected]> Committed: Thu May 11 10:55:03 2017 -0400 ---------------------------------------------------------------------- .../ansible/roles/api-orch/templates/airavata-server.properties.j2 | 2 +- .../ansible/roles/gfac/templates/airavata-server.properties.j2 | 2 +- .../server/src/main/resources/airavata-server.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/e1a9ab48/dev-tools/ansible/roles/api-orch/templates/airavata-server.properties.j2 ---------------------------------------------------------------------- diff --git a/dev-tools/ansible/roles/api-orch/templates/airavata-server.properties.j2 b/dev-tools/ansible/roles/api-orch/templates/airavata-server.properties.j2 index 089d1e4..aeaeb1a 100644 --- a/dev-tools/ansible/roles/api-orch/templates/airavata-server.properties.j2 +++ b/dev-tools/ansible/roles/api-orch/templates/airavata-server.properties.j2 @@ -299,7 +299,7 @@ trust.store={{ keystores_location }}/{{ client_truststore_src_path | basename }} trust.store.password=airavata #### authorization cache related configuration #### authz.cache.enabled=true -authz.cache.manager.class=org.apache.airavata.api.server.security.authzcache.DefaultAuthzCacheManager +authz.cache.manager.class=org.apache.airavata.service.security.authzcache.DefaultAuthzCacheManager in.memory.cache.size=1000 #### remote idp service url for KeyCloak based setup#### remote.idp.service.url={{ remote_idp_service_url }} http://git-wip-us.apache.org/repos/asf/airavata/blob/e1a9ab48/dev-tools/ansible/roles/gfac/templates/airavata-server.properties.j2 ---------------------------------------------------------------------- diff --git a/dev-tools/ansible/roles/gfac/templates/airavata-server.properties.j2 b/dev-tools/ansible/roles/gfac/templates/airavata-server.properties.j2 index ba11ed3..05a42c7 100644 --- a/dev-tools/ansible/roles/gfac/templates/airavata-server.properties.j2 +++ b/dev-tools/ansible/roles/gfac/templates/airavata-server.properties.j2 @@ -293,5 +293,5 @@ trust.store={{ keystores_location }}/{{ client_truststore_src_path | basename }} trust.store.password=airavata #### authorization cache related configuration #### authz.cache.enabled=true -authz.cache.manager.class=org.apache.airavata.api.server.security.authzcache.DefaultAuthzCacheManager +authz.cache.manager.class=org.apache.airavata.service.security.authzcache.DefaultAuthzCacheManager in.memory.cache.size=1000 http://git-wip-us.apache.org/repos/asf/airavata/blob/e1a9ab48/modules/configuration/server/src/main/resources/airavata-server.properties ---------------------------------------------------------------------- diff --git a/modules/configuration/server/src/main/resources/airavata-server.properties b/modules/configuration/server/src/main/resources/airavata-server.properties index 4aeb06c..47bf83e 100644 --- a/modules/configuration/server/src/main/resources/airavata-server.properties +++ b/modules/configuration/server/src/main/resources/airavata-server.properties @@ -316,7 +316,7 @@ remote.oauth.authorization.server=https://idp.scigap.org:9443/services/ authorization.policy=airavata-default-xacml-policy #### authorization cache related configuration #### authz.cache.enabled=true -authz.cache.manager.class=org.apache.airavata.api.server.security.authzcache.DefaultAuthzCacheManager +authz.cache.manager.class=org.apache.airavata.service.security.authzcache.DefaultAuthzCacheManager in.memory.cache.size=1000 #### remote idp service url for KeyCloak based setup#### remote.idp.service.url={{ remote_idp_service_url }}
