I have successfully able to update the user permission in user.yaml file and perform the user sync command. Output of the user sync command suggests that authorizations are updated.
When one of the modified user tries to the perform the activity that he/she is added authorization to, is facing 403 forbidden error. user has also tried to log in and log out of gen3 and google account as well.
Deployment is in ec2 instance through docker-compose. I would like to know the way by which we can easily list out the user permissions?
And I did run user sync command. i.e., docker exec -it fence-service fence-create sync --arborist http://arborist-service --yaml user.yaml
Then visited the arborist db and verified that admin profile is latest. But when I logout and login from the gen3 instance, latest authorizations are missing. Can you help in debugging this issue?
2020/10/06 20:47:39 response.go:85: INFO: no user found with username: ***********
above line is retrieved from the arborist logs which says that email id is not identified. This particular email id is in the list of users with admin level privileges,