Skip to content

bug: Change keystores resource type #106

@doanhluongsap

Description

@doanhluongsap

Describe the bug

currently the APIPath "/tenantConfigurations/keystores" is assigned to ResourceType key, but tenant admin and key admin should have access so it must be changed to

ResourceTypeTenantSettings

// Tenant endpoints
{
APIPath: "/tenantConfigurations/keystores",
APIMethod: APIMethodGet,
ResourceTypeName: ResourceTypeTenantSettings,
Action: ActionRead,
RepoOperation: OpFirst,
}

Steps To Reproduce

TenantAdmin, KeyAdmin and TenantAuditor should see keystores

Expected Behaviour

TenantAdmin, KeyAdmin and TenantAuditor should see keystores

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions