Skip to content

Commit

Permalink
fix: docs links check (#634)
Browse files Browse the repository at this point in the history
* chore: update docs link check config to include n-able.com

* docs: update CAS Protocol Specification link to version 7.1.x

* docs: update Hasura permission rules documentation link
  • Loading branch information
HashCookie authored Sep 22, 2024
1 parent 0342ec8 commit 83bf064
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.links.check.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
},
{
"pattern": "^https://www.bytebase.com/docs"
},
{
"pattern": "^https://www.n-able.com/"
}
]
}
2 changes: 1 addition & 1 deletion docs/how-to-connect/cas.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The CAS endpoint prefix in Casdoor is `<Casdoor endpoint>/cas/<organization name
- `/p3/proxyValidate` endpoint: `https://door.casdoor.com/cas/casbin/cas-java-app/p3/proxyValidate`
- `/samlValidate` endpoint: `https://door.casdoor.com/cas/casbin/cas-java-app/samlValidate`

For more information about CAS, its different versions, and parameters for these endpoints, refer to the [CAS Protocol Specification](https://apereo.github.io/cas/6.6.x/protocol/CAS-Protocol-Specification.html).
For more information about CAS, its different versions, and parameters for these endpoints, refer to the [CAS Protocol Specification](https://apereo.github.io/cas/7.1.x/protocol/CAS-Protocol-Specification.html).

### An Example

Expand Down
2 changes: 1 addition & 1 deletion docs/integration/Haskell/Hasura.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Refer to the image below for reference.

The next step is to create a `user` role for the app. Users should be able to see only their records but not other people's records.

Configure the `user` role as shown in the image below. For more information, read about [configuring permission rules in Hasura](https://hasura.io/docs/latest/graphql/core/auth/authorization/permission-rules/).
Configure the `user` role as shown in the image below. For more information, read about [configuring permission rules in Hasura](https://hasura.io/docs/2.0/auth/authorization/permissions/).

![Picture showing how to set permissions in Hasura](https://graphql-engine-cdn.hasura.io/learn-hasura/assets/graphql-hasura-authentication/keycloak/hasura-set-permissions.png)

Expand Down

0 comments on commit 83bf064

Please sign in to comment.