Hi! I’m trying to test a new CI integration with P...
# pactflow
e
Hi! I’m trying to test a new CI integration with PactFlow and my user account was just upgraded from
Viewer
to
Viewer, CI/CD
. I tried to generate a read/write API token for testing, but the Api Tokens page only shows me information about a Read only token. Anyone know how I should proceed?
s
Hi Eli, Currently you have a Viewer, which has the ability to view the read-only token To be able to view the read/write token you need the permission to
token:manage:own
1. You need to be assigned a role that has that permission - such as the
User
role (https://docs.pactflow.io/docs/permissions/predefined-roles#user) 2. Create a new role that has the specific set of permissions they need, including
token:manage:own
e
Thanks for this, Simon!