Skip to content

Commit

Permalink
Merge pull request #89 from NHSDigital/APM-3408-portal-visibility
Browse files Browse the repository at this point in the history
APM-3408 Remove reference to portal visibility and use access attribute
  • Loading branch information
sophieclayton12-nhs authored Apr 15, 2024
2 parents 31b5f8b + 448c95b commit 72334d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions manifest_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ APIGEE_ENVIRONMENTS:
# Enable environments when ready by uncommenting:
# - name: internal-dev-sandbox
# display_name: Internal Development Sandbox
# portal_visibility: false
# product_visibility: private
# - name: internal-qa
# display_name: Internal QA
# has_mock_auth: true
# portal_visibility: false
# product_visibility: private
# - name: internal-qa-sandbox
# display_name: Internal QA Sandbox
# portal_visibility: false
# product_visibility: private
# - name: sandbox
# display_name: Sandbox
# portal_visibility: false
# product_visibility: private
# - name: int
# display_name: Integration Testing
---
Expand All @@ -46,7 +46,7 @@ apigee:
approvalType: auto
attributes:
- name: access
value: public
value: {{ ENV.product_visibility | default('public') }}
# For a parameterised example of rate limiting per environment,
# see https://github.com/NHSDigital/personal-demographics-service-api/blob/master/manifest_template.yml
- name: ratelimiting
Expand Down

0 comments on commit 72334d6

Please sign in to comment.