Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 15 additions & 11 deletions manifest_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ APIGEE_ENVIRONMENTS:
has_mock_auth: true
display_name_suffix: Internal Development
ratelimiting:
immunisation-fhir-api-dev:
immunisation-fhir-api-internal-dev:
quota:
enabled: true
limit: 300
Expand Down Expand Up @@ -36,15 +36,15 @@ APIGEE_ENVIRONMENTS:
has_mock_auth: false
display_name_suffix: Integration Testing
ratelimiting:
immunisation-fhir-api-ref:
immunisation-fhir-api-int:
quota:
enabled: true
limit: 300
interval: 1
timeunit: minute
spikeArrest:
enabled: true
ratelimit: 600pm # 10 requests per second
ratelimit: 600pm # 10 requests per second
app:
quota:
enabled: false
Expand All @@ -69,10 +69,10 @@ APIGEE_ENVIRONMENTS:
has_mock_auth: false
display_name_suffix: Reference
ratelimiting:
immunisation-fhir-api-int:
immunisation-fhir-api-ref:
quota:
enabled: true
limit: 300
limit: 300
interval: 1
timeunit: minute
spikeArrest:
Expand All @@ -91,17 +91,21 @@ APIGEE_ENVIRONMENTS:
immunisation-fhir-api-prod:
quota:
enabled: true
limit: 1200
limit: 3000
interval: 1
timeunit: minute
spikeArrest:
enabled: true
ratelimit: 1200pm # 20 requests per second
ratelimit: 3000pm # 50 requests per second
app:
quota:
enabled: false
enabled: true
limit: 1200
interval: 1
timeunit: minute
spikeArrest:
enabled: false
enabled: true
ratelimit: 1200pm # 20 requests per second

ACCESS_MODES:
- name: user-restricted
Expand All @@ -120,7 +124,7 @@ ACCESS_MODES:
scopes: ['urn:nhsd:apim:app:level3:immunisation-fhir-api']
requireCallbackUrl: false
description: Application Restricted

# - name: patient-access
# nameSuffix: -patient-access
# displayName: Patient-Access
Expand Down Expand Up @@ -179,4 +183,4 @@ apigee:
visibility: {{ portal_visibility }}
specId: immunisation-fhir-api-{{ env.name }}
{% endfor %}
{% endfor %}
{% endfor %}
Loading