chore: add sso settings to enabled features (#38694)

* chore: add sso settings to enabled features

* mark as required

* Smol tweaks

---------

Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
This commit is contained in:
Alaister Young
2025-09-15 16:58:54 +08:00
committed by GitHub
parent 6cff20b7a2
commit de3eacda5b
5 changed files with 36 additions and 10 deletions

View File

@@ -44,6 +44,8 @@
"logs:templates": true,
"logs:collections": true,
"organization:show_sso_settings": true,
"profile:show_email": true,
"profile:show_information": true,
"profile:show_analytics_and_marketing": true,
@@ -58,6 +60,7 @@
"project_homepage:show_examples": true,
"project_addons:dedicated_ipv4_address": true,
"project_settings:custom_domains": true,
"project_settings:show_disable_legacy_api_keys": true,
"project_settings:legacy_jwt_keys": true,

View File

@@ -148,6 +148,11 @@
"description": "Enable the logs collections page"
},
"organization:show_sso_settings": {
"type": "boolean",
"description": "Show the SSO settings tab in the organization settings page"
},
"profile:show_email": {
"type": "boolean",
"description": "Show the user's email address in the toolbar"
@@ -273,6 +278,7 @@
"profile:show_account_deletion",
"logs:templates",
"logs:collections",
"organization:show_sso_settings",
"project_creation:show_advanced_config",
"project_homepage:show_instance_size",
"project_homepage:show_examples",