Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Nov 14, 2023
1 parent b7c8e00 commit 88d9221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_pages/v2/guide-authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ toc: true
classes: wide
---

Accounts come in two flavors: `User` and `ApiAccount`. Either may be authorized for any "resource action," which are privileges that are scoped to a type of resource. Learn more about CloudZiti authorization in the [Authorization API reference](https://gateway.$MOPENV.netfoundry.io/auth/v1/docs/index.html).
Accounts come in two flavors: `User` and `ApiAccount`. Either may be authorized for any "resource action," which are privileges that are scoped to a type of resource. Learn more about CloudZiti authorization in the [Authorization API reference](https://gateway.production.netfoundry.io/auth/v1/docs/index.html).

## Grant a Resource Action to an Identity with REST

Expand All @@ -31,7 +31,7 @@ You may skip using this CLI step if you set environment variable `NETFOUNDRY_API

### Steps

1. Find the ID of the account you wish to grant a resource action to. You can find the ID of your own account by running `nfctl get identity`. You can find the ID of another account by running `nfctl list identities` for [using the Identity API](https://gateway.$MOPENV.netfoundry.io/identity/v1/docs/index.html). As an example, let's use our own account ID.
1. Find the ID of the account you wish to grant a resource action to. You can find the ID of your own account by running `nfctl get identity`. You can find the ID of another account by running `nfctl list identities` for [using the Identity API](https://gateway.production.netfoundry.io/identity/v1/docs/index.html). As an example, let's use our own account ID.

```bash
ACCOUNT=$(
Expand Down

0 comments on commit 88d9221

Please sign in to comment.