Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds rego docs #1353

Merged
merged 3 commits into from
Apr 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixes precommit failures
  • Loading branch information
ZPain8464 committed Apr 9, 2024
commit 2b15e64a46c5a73035a2e421a7a786469cbaf924
4 changes: 2 additions & 2 deletions content/docs/capabilities/authorization.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# cSpell:ignore abac, gset, nxon
# cSpell:ignore abac, gset, nxon, unvalidated

title: Authorization & Policy
lang: en-US
Expand Down Expand Up @@ -190,7 +190,7 @@ allow if input.http.method == "POST"
Rego defines the following inputs:

| **Input name** | **Type** | **Description** |
| :--- | :--- | :--- |
| :-- | :-- | :-- |
| `http` | Object | Represents the HTTP request |
| `http.method` | String | The method used in the HTTP request |
| `http.hostname` | String | The hostname in the HTTP request |
Expand Down
Loading