Skip to content

Commit 64f6689

Browse files
ivarmudjdanielsson
andauthored
Update README.md (#1024)
The field `user` in the `gateway_role_user_assignements` role is not handling well the `id` of the user, so, only the user's `username` is working correctly Co-authored-by: David Danielsson <[email protected]>
1 parent 1615319 commit 64f6689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/gateway_role_user_assignments/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Options for the `role_user_assignments` variable:
5555
| Variable Name | Default Value | Required | Type | Description |
5656
|:--------------------|:-------------:|:--------:|:----:|:------------------------------------------------------------------------------------------------------|
5757
| `role_definition` | N/A | yes | str | The name or id of the role definition to assign to the user. |
58-
| `user` | N/A | no | str | The username or id of the user to assign to the object. |
58+
| `user` | N/A | no | str | The username of the user to assign to the object. |
5959
| `user_ansible_id` | N/A | no | str | Resource id of the user who will receive permissions from this assignment. Alternative to user field. |
6060
| `object_id` | N/A | no | int | Primary key of the object this assignment applies to. |
6161
| `object_ansible_id` | N/A | no | str | Resource id of the object this role applies to. Alternative to the object_id field. |

0 commit comments

Comments
 (0)