diff --git a/controlpanel/frontend/jinja2/webapp-create.html b/controlpanel/frontend/jinja2/webapp-create.html index 945862d7..464f6c67 100644 --- a/controlpanel/frontend/jinja2/webapp-create.html +++ b/controlpanel/frontend/jinja2/webapp-create.html @@ -162,6 +162,7 @@
Read our User Guidance related to using a Cloud Platform IAM role here
{% endif %} diff --git a/settings.yaml b/settings.yaml index 2e5317e4..5f92c994 100644 --- a/settings.yaml +++ b/settings.yaml @@ -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