We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I did follow the guide but when trying to connect to the host, I got this message
{"details":"Your roles are: []","message":"You don't have permission to request this certificate","result":"fail"}
I think there are missed step to grant/add roles for the new user. Can you please tell me how to add a role to a new user? Thank!
The text was updated successfully, but these errors were encountered:
Hi,
You need add roles (https://github.com/globocom/gsh/wiki/cli-commands#add-a-new-role). After creation of roles, you need assign them to an user using (https://github.com/globocom/gsh/wiki/cli-commands#assign-a-role-to-an-user).
Example (10.10.0.0/24 -> 10.10.10.0/24):
gsh role-add example -s 10.10.0.0/24 -d 10.10.10.0/24 -u '*' -a permit-pty gsh role-assign example [email protected]
To assign roles, the user must be set as and admin. To make this, configure your username at GSH_PERM_ADMIN (https://github.com/globocom/gsh/wiki/api-env-vars).
GSH_PERM_ADMIN
Sorry, something went wrong.
Thank you very much!
No branches or pull requests
Hi,
I did follow the guide but when trying to connect to the host, I got this message
I think there are missed step to grant/add roles for the new user.
Can you please tell me how to add a role to a new user?
Thank!
The text was updated successfully, but these errors were encountered: