Skip to content
Snippets Groups Projects
Commit e19913d1 authored by Marc Burnie [AWS]'s avatar Marc Burnie [AWS]
Browse files

Enabling AWS Partition Policies on Search

parent dc182638
Branches
Tags
1 merge request!360Enabling AWS Partition Policies on Search
Pipeline #141548 failed
......@@ -53,8 +53,8 @@ environmentVariables:
value: "http://os-policy:8080"
- name: POLICY_SERVICE_ENABLED
value: "true"
- name: POLICY_ID
value: "osdu.instance.search"
- name: POLICY_CACHE_TIMEOUT
value: "2"
- name: ELASTIC_DISABLE_CERTIFICATE_TRUST
value: "true"
- name: PARAMETER_MOUNT_PATH
......
......@@ -67,7 +67,8 @@ server.ssl.key-store-password=${SSL_KEY_STORE_PASSWORD:}
# Policy service properties
service.policy.enabled=${POLICY_SERVICE_ENABLED:true}
service.policy.endpoint=${POLICY_BASE_URL}/api/policy/v1
service.policy.id=${POLICY_ID}
service.policy.id=osdu.partition["%s"].search
policy.cache.timeout=${POLICY_CACHE_TIMEOUT}
PARTITION_API=${PARTITION_BASE_URL}/api/partition/v1
aws.environment=${ENVIRONMENT}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment