diff --git a/apps/studio/components/interfaces/APIKeys/ApiKeysIllustrations.tsx b/apps/studio/components/interfaces/APIKeys/ApiKeysIllustrations.tsx index 8d3e2e43aa6da..c60ecf73031d4 100644 --- a/apps/studio/components/interfaces/APIKeys/ApiKeysIllustrations.tsx +++ b/apps/studio/components/interfaces/APIKeys/ApiKeysIllustrations.tsx @@ -1,4 +1,4 @@ -import { ExternalLink, Github, Mail } from 'lucide-react' +import { ExternalLink, Github } from 'lucide-react' import { LOCAL_STORAGE_KEYS } from 'common' import { FeatureBanner } from 'components/ui/FeatureBanner' @@ -119,7 +119,13 @@ export const ApiKeysComingSoonBanner = () => {
+ {algorithmDescriptions[newKeyAlgorithm]} +
++ These JWT signing keys are still used to verify JWTs already + issued. Revoke them once all JWTs have expired. +
++ These keys are no longer used to verify or sign JWTs. +
++ Create Standby keys ahead of time which can then be promoted to 'In use' at any + time. +
+ }> + View guide + ++ Create Standby keys ahead of time which can then be promoted to 'In use' at any + time. +
+ }> + View guide + +JWT signing keys are coming soon
++ We're rolling out JWT signing keys to better support your application needs. +
+Start using JWT signing keys
++ Right now your project is using the legacy JWT secret. To start taking advantage of the + new JWT signing keys, migrate your project's secret to the new set up. +
+API keys have moved
+API keys and JWT settings have moved
- They can now be found in the new API Keys page + They can now be found in their own respective pages.
- - - +{description}
+ {links && links.length > 0 && ( +