Skip to content

Commit dd53f43

Browse files
committed
docs: fix redirect, move relation note to dropdowns
1 parent 54b05d7 commit dd53f43

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

redirects.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ howto/setup_dashboard/ howto/manage-jimm-controllers/
3333
howto/bootstrap_permissions/ howto/manage-jimm-controllers/
3434
reference/jaas/authorisation_data/ reference/relation/
3535
reference/jaas/authorisation_model/ reference/relation/
36-
reference/jaas/authorisation/ reference/jaas/relation/
36+
reference/jaas/authorisation/ reference/relation/

reference/relation.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55
> See also: {ref}`manage-relations`
66
77

8+
```{dropdown} JAAS relations vs. Juju relations
9+
JAAS relations have nothing to do with {external+juju:ref}`Juju relations <relation>, which refer to the relationship, or rather integration, of two charmed applications. However, JAAS relations are related to {external+juju:ref}`Juju access levels <user-access-levels>`.
10+
```
11+
12+
```{dropdown} JAAS relations vs. Juju access levels
13+
JAAS reshapes Juju's permission model based on access levels into the more flexible [ReBAC](https://openfga.dev/docs/authorization-concepts#what-is-relationship-based-access-control) paradigm and also expands the list of entities that can be involved in access: With Juju access levels a user is granted access to another entity. With JAAS relations, a user, service account, role or group is brought into a relation with another entity, where the relation is about access to the entity.
14+
15+
> Note: JAAS relations are currently parallel to Juju access levels, but in the future they're expected to become a superset thereof.
16+
17+
```
18+
19+
820
```{note}
921
**JAAS relations vs. {external+juju:ref}`Juju relations <relation>`:** JAAS relations have nothing to do with Juju relations., which refer to the relationship, or rather integration, of two charmed applications. However, JAAS relations are related to Juju access levels.
1022

0 commit comments

Comments
 (0)