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

Add new scope to the organization discovery configuration management API resource. #21681

Open
Yasasr1 opened this issue Nov 12, 2024 · 0 comments

Comments

@Yasasr1
Copy link
Contributor

Yasasr1 commented Nov 12, 2024

Description

A new scope internal_organization_config_update was introduced to the organization configuration management API to allow for modifying existing organization discovery configs.

Due to the current limitations when reading and persisting new scopes to the DB, the users who are migrating to IS 7.1 should add the below configuration to the deployment.toml file

[[api_resources]]
name = "Organization Discovery Configuration Management API"
identifier = "/api/server/v1/organization-configs/discovery"
requiresAuthorization = true
description = "API representation of the Organization Config Management API"
type = "TENANT"

[[api_resources.scopes]]
displayName = "View Organization Configs"
name = "internal_organization_config_view"
description = "View discovery configurations of the organization (root)"

[[api_resources.scopes]]
displayName = "Add Organization Configs"
name = "internal_organization_config_add"
description = "Add new discovery configurations of the organization (root)"

[[api_resources.scopes]]
displayName = "Update Organization Configs"
name = "internal_organization_config_update"
description = "Update discovery configurations of the organization (root)"

[[api_resources.scopes]]
displayName = "Delete Organization Configs"
name = "internal_organization_config_delete"
description = "Delete discovery configurations of the organization (root)"

Related issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant