Overview
CircleCI mirrors permissions from your VCS provider. Meaning, if a user is an organization admin in your VCS, they are an organization admin on CircleCI. Permissions are checked against the VCS for each page load.
How to determine if you are an organization admin
GitHub
An org admin is an Owner on Github and following at least one repo being built on CircleCI. You can view organization members by navigating to https://github.com/orgs/{YOUR_ORG_NAME}/people
You can read more about GitHub Permissions here.
Bitbucket
An org admin is an Admin on Bitbucket and following at least one repo being built on CircleCI. You can find user permissions in BitBucket by navigating to the "people" tab for your workspace:
You can update permissions from the repository permissions page :
You may find more info about granting access to a workspace in BitBucket's documentation here.
Troubleshooting
If you are experiencing issues with permissions mirroring to CircleCI, try the following steps:
-
- Access the page on Incognito mode, with a different browser, and/or different device. This may be a browser cache issue and will require the cache to be cleared on your browser.
- If you no longer see the warning banner, please clear your browser cache for any times related to
*.circleci.com
, andcircleci.com
. - Refresh your account permissions by visiting your user settings page and click Refresh Permissions.
Comments
Article is closed for comments.