updates permsFile with new resource table path (#6020)

pull/6027/head api/v0.0.58
Robin Beck 6 months ago committed by GitHub
parent 52edfba445
commit 95c267cdfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -17,7 +17,7 @@ import (
"github.com/hashicorp/boundary/internal/types/resource"
)
const permsFile = "website/content/docs/configuration/identity-access-management/resource-table.mdx"
const permsFile = "website/content/docs/rbac/resource-table.mdx"
var (
iamScopes = []string{"Global", "Org"}

Loading…
Cancel
Save