Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable feature in all environments #1402

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
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
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
Loading