updates permsFile with new resource table path (#6020) (#6025)

Co-authored-by: Robin Beck <stellarsquall@users.noreply.github.com>
pull/6041/head
Dan Heath 9 months ago committed by GitHub
parent 0d599fad3c
commit c9263753eb
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