Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/policy/mount-rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ export const mountRules: Record<string, string> = {
OrganizationsFeatureFlags: 'FeatureFlags',
UserManagementUsersFeatureFlags: 'FeatureFlags',

// The `/flag_target_types` endpoints carry the `feature-flags.target-types`
// tag; keep them as their own resource under the shorter FlagTargetTypes
// name to match the standalone FlagTargets resource (`/flag_targets`).
FeatureFlagsTargetTypes: 'FlagTargetTypes',

// Org API keys -> ApiKeys
OrganizationsApiKeys: 'ApiKeys',

Expand Down