mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
add permissions banner
This commit is contained in:
@@ -66,7 +66,7 @@ const Alert = forwardRef<
|
||||
</div>
|
||||
<div className="flex flex-col gap-y-1">
|
||||
{hideTitle ? null : (
|
||||
<h5 className="font-medium leading-none tracking-tight" {...props}>
|
||||
<h5 className="font-medium leading-6 tracking-tight" {...props}>
|
||||
{defaultTitle}
|
||||
</h5>
|
||||
)}
|
||||
|
||||
@@ -143,7 +143,7 @@ export const RolePermissionsSection = ({ roleSlug, isDisabled }: Props) => {
|
||||
</div>
|
||||
</div>
|
||||
<Alert
|
||||
title="MAIDUL: Hey, Secrets now split."
|
||||
title="Infisical's permissions are now more granular. You can set separate permissions for folders, dynamic secrets, and imports. No changes required for existing APIs and clients."
|
||||
className="mt-4 border-primary/50 bg-primary/10"
|
||||
/>
|
||||
<div className="py-4">
|
||||
|
||||
Reference in New Issue
Block a user