Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Search
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Search
Commits
e19913d1
Commit
e19913d1
authored
2 years ago
by
Marc Burnie [AWS]
Browse files
Options
Downloads
Patches
Plain Diff
Enabling AWS Partition Policies on Search
parent
dc182638
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!360
Enabling AWS Partition Policies on Search
Pipeline
#141548
failed
2 years ago
Stage: build
Stage: coverage
Stage: containerize
Stage: scan
Stage: deploy
Stage: integration
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
devops/aws/chart/values.yaml
+2
-2
2 additions, 2 deletions
devops/aws/chart/values.yaml
provider/search-aws/src/main/resources/application.properties
+2
-1
2 additions, 1 deletion
...ider/search-aws/src/main/resources/application.properties
with
4 additions
and
3 deletions
devops/aws/chart/values.yaml
+
2
−
2
View file @
e19913d1
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
provider/search-aws/src/main/resources/application.properties
+
2
−
1
View file @
e19913d1
...
...
@@ -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}
...
...
This diff is collapsed.
Click to expand it.
Marc Burnie [AWS]
@marcburnie
mentioned in commit
c1f79cb1
·
2 years ago
mentioned in commit
c1f79cb1
mentioned in commit c1f79cb1877aa335e104c6496154626ccc25ff86
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment