Update auto-provisioning example to use reader
The auto-provisioning documentation included an example for a read-only role called observer. This work was done prior to the default roles work done in Rocky. Let's update the reference to use the canonicalized read-only term "reader" instead of "observer" for the sake of presenting similar terminology everywhere. Change-Id: I021ab6031e9fb18f0a1496759cf8fa36dd9c50ae
This commit is contained in:
parent
50b2d6aa0e
commit
3c6a124fa3
@ -755,7 +755,7 @@ For example, consider the following mapping:
|
||||
"name": "Production",
|
||||
"roles": [
|
||||
{
|
||||
"name": "observer"
|
||||
"name": "reader"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -796,7 +796,7 @@ authenticated and the mapping engine has applied values from the assertion
|
||||
and mapped them into the ``local`` rules.
|
||||
|
||||
In the above example, an authenticated federated user will be granted the
|
||||
``observer`` role on the ``Production`` project, ``member`` role on the
|
||||
``reader`` role on the ``Production`` project, ``member`` role on the
|
||||
``Staging`` project, and they will have ``admin`` role on the ``Project for
|
||||
jsmith``.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user