Skip to content

Commit

Permalink
Merge pull request #249 from Parsifal-M/docs/update-incorrect-docs
Browse files Browse the repository at this point in the history
fixes some typos and inconsistencies in docs
  • Loading branch information
Parsifal-M authored Nov 25, 2024
2 parents 4534a38 + b010a08 commit 22b00b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This repository contains a collection of plugins for [Backstage](https://backsta

## Policies

- [backstage-opa-policies](https://github.com/Parsifal-M/backstage-opa-policies#hello) - A collection of policies that can be used with the plugins in this repository. (WIP)
- [backstage-opa-policies-templates](https://github.com/Parsifal-M/backstage-opa-policies-templates?tab=readme-ov-file#hello) - A collection of policies that can be used with the plugins in this repository. (WIP)

## Additional Documentation

Expand Down
2 changes: 1 addition & 1 deletion docs/home/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This repository contains a collection of plugins for [Backstage](https://backsta

## Policies

- [backstage-opa-policies](https://github.com/Parsifal-M/backstage-opa-policies#hello) - A collection of policies that can be used with the plugins in this repository. (WIP)
- [backstage-opa-policies-templates](https://github.com/Parsifal-M/backstage-opa-policies-templates?tab=readme-ov-file#hello) - A collection of policies that can be used with the plugins in this repository. (WIP)

## Additional Documentation

Expand Down
4 changes: 2 additions & 2 deletions docs/opa-permissions-wrapper-module/inputs-and-outputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This document provides examples of inputs and outputs for the policy evaluation
"name": "catalog.entity.read"
},
"identity": {
"user": "parsifal-m",
"user": "user:default/parsifal-m",
"claims": ["user:default/parsifal-m", "group:default/users"]
}
}
Expand All @@ -26,7 +26,7 @@ This document provides examples of inputs and outputs for the policy evaluation
"name": "catalog.entity.delete"
},
"identity": {
"user": "john-doe",
"user": "user:default/john-doe",
"claims": [
"user:default/john-doe",
"group:default/admins",
Expand Down

0 comments on commit 22b00b7

Please sign in to comment.