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
Describe the bug
currently the APIPath "/tenantConfigurations/keystores" is assigned to
ResourceTypekey, but tenant admin and key admin should have access so it must be changed toResourceTypeTenantSettingsSteps To Reproduce
TenantAdmin, KeyAdmin and TenantAuditor should see keystores
Expected Behaviour
TenantAdmin, KeyAdmin and TenantAuditor should see keystores
Additional Context
No response