Skip to content
New issue

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

ug: faq: add more information to debug user permissions #717

Merged
merged 1 commit into from
Jun 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion source/user-guide/troubleshooting/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -668,13 +668,15 @@ This returns the combination of scopes allowed to this particular user based on

If this does not have the expected scopes, the Factory Owner/Admin may need to add the user to a proper Team with the wanted scopes.

* If this returns the expected scopes, verify if the proper scopes are also set for the private token set at https://app.foundries.io/settings/credentials/.
* If this returns the expected scopes, verify if the proper scopes are also set for the private token set at https://app.foundries.io/settings/credentials/. You may also verify the credential expiration date.

.. tip::

It is possible to add scopes for an existing token.
After editing a token, refresh the fioctl access with ``fioctl login --refresh-access-token``.

* Doing ``fioctl logout`` then ``fioctl login`` can recover from cases where the credentials are badly set.

Updates To etc
^^^^^^^^^^^^^^

Expand Down
Loading