2
showApiKeysLastUsed feature flag is off for all users - "Last used" indicators not visible during legacy key migration
Source: supabase/supabase#45807 · opened by @karanjot-gaidu
Summary The "Last used" indicators for API keys are not visible in the dashboard, despite being explicitly referenced in both the [API keys documentation]( and the in-dashboard migration guide. Steps to Reproduce 1. Go to Settings → API Keys on any project 2. The docs and in-dashboard migration guide both say to "watch the Last used indicators" before deactivating legacy keys 3. No such indicators are visible Root Cause (traced through the codebase) The feature is fully implemented but gated behind useFlag('showApiKeysLastUsed') which returns false for my account. Relevant files: • apps/studio/components/interfaces/APIKeys/APIKeyRow.tsx • apps/studio/components/interfaces/APIKeys/SecretAPIKeys.tsx • apps/studio/components/ui/ProjectSettings/DisplayApiSettings.tsx • packages/common/feature-flags.tsx History of the flag: • [PR #41209]( (Dec 9, 2025) set useFlag('HideApiKeyLastUsed', true),…
No pledges yet. Be the first to back this.
Comments
Similar requests
Deploy Functions with NO TYPE CHECK Flag on default
4 votes · 0 comments
AI-assisted Migration Pre-Flight Check: catch data-loss and lock risk before db push
1 vote · 0 comments
Proposal: SlowQL static analysis of migration scripts - insights and recommendations
1 vote · 0 comments
Feature Request: Feature Flags
27 votes · 0 comments
Optional Flag to Allow SSO Identity Linking
4 votes · 0 comments
No comments yet.