Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #92 from EOEPCA/release/v1.0
Browse files Browse the repository at this point in the history
Release/v1.0
  • Loading branch information
TiagoMF20 authored Mar 8, 2022
2 parents 091c49a + b7ee3cd commit 2add612
Show file tree
Hide file tree
Showing 18 changed files with 1,396 additions and 48 deletions.
2 changes: 1 addition & 1 deletion charts/pep-engine/scripts/default-resources.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"default_resources": [
{"name": "Base Path", "description": "Base path for Open Access to PEP", "resource_uri": "/", "scopes": ["public_access"], "default_owner": "0000000000000"}
{"name": "Base Path", "description": "Base path for Open Access to PEP", "resource_uri": "/", "scopes": ["protected_access"], "default_owner": "0000000000000"}

]
}
1 change: 1 addition & 0 deletions charts/pep-engine/templates/pep-cm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ data:
PEP_PROXY_SERVICE_PORT: {{ .Values.global.proxyServicePort | quote }}
PEP_RESOURCES_SERVICE_PORT: {{ .Values.global.resourcesServicePort | quote }}
PEP_DEFAULT_RESOURCE_PATH: {{ .Values.configMap.defaultResourcePath | quote }}
PEP_WORKING_MODE: {{ .Values.configMap.workingMode | quote }}

---

Expand Down
1 change: 1 addition & 0 deletions charts/pep-engine/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ configMap:
pdpPolicy: /pdp/policy/
verifySignature: "'false'"
defaultResourcePath: /data/default-resources.json
workingMode: "FULL"

readinessProbe:
initialDelaySeconds: 1
Expand Down
Loading

0 comments on commit 2add612

Please sign in to comment.