Skip to content

Commit

Permalink
Enable feature in all environments (#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljcollinsuk authored Dec 2, 2024
1 parent 2845adb commit 1a3f903
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions controlpanel/frontend/jinja2/webapp-create.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ <h1 class="govuk-heading-xl">{{ page_title }}</h1>
"errorMessage": {"text": form.errors.get("cloud_platform_role_arn")} if form.errors.get("cloud_platform_role_arn") else {},
"value": form.cloud_platform_role_arn.value()
}) }}
<p class="govuk-body"><a href="https://user-guidance.analytical-platform.service.justice.gov.uk/apps/rshiny-app.html#cloud-platform-iam-role" target="_blank">Read our User Guidance related to using a Cloud Platform IAM role here</a></p>
</div>
</div>
{% endif %}
Expand Down
6 changes: 3 additions & 3 deletions settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ enabled_features:
_HOST_test: true
_HOST_prod: true
cloud_platform_assume_role:
_DEFAULT: false
_DEFAULT: true
_HOST_dev: true
_HOST_prod: false
_HOST_alpha: false
_HOST_prod: true
_HOST_alpha: true
app_m2m_client:
_DEFAULT: false
_HOST_dev: true
Expand Down

0 comments on commit 1a3f903

Please sign in to comment.