mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
Merge pull request #5014 from Infisical/misc/add-in-platform-doc-reference-for-k8-pam
misc: add doc reference for k8 pam in platform
This commit is contained in:
@@ -2,7 +2,8 @@ import { DocumentationLinkBadge } from "@app/components/v3";
|
||||
import { PAM_RESOURCE_TYPE_MAP, PamResourceType } from "@app/hooks/api/pam";
|
||||
|
||||
const PAM_RESOURCE_DOCS_MAP: Partial<Record<PamResourceType, string>> = {
|
||||
[PamResourceType.AwsIam]: "aws-iam#create-the-pam-resource"
|
||||
[PamResourceType.AwsIam]: "aws-iam#create-the-pam-resource",
|
||||
[PamResourceType.Kubernetes]: "kubernetes"
|
||||
};
|
||||
|
||||
type Props = {
|
||||
|
||||
Reference in New Issue
Block a user