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

Updated Api Scopes for Classic #1063

Merged
merged 5 commits into from
Sep 16, 2024
Merged
Changes from 1 commit
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
Next Next commit
Updated Api Scopes for Classic
  • Loading branch information
lukasmagik authored Sep 12, 2024
commit 99e3b4f31ffaefd5d2aefa5b84489f0d164b9bc7
2 changes: 1 addition & 1 deletion _docs/installation/runner/install-codefresh-runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ After installing the Codefresh Runner, you can:
|Kubernetes cluster | Server version 1.21 or higher. {::nomarkdown}<br><b>Tip</b>: To check the server version, run:<br> <code class="highlighter-rouge">kubectl version --short</code>.{:/}|
|Helm| 3.8.0 and higher|
|Container runtime | Any compliant container runtime, as the runner is **not** dependent on any special dockershim features. {::nomarkdown}<br>Examples: <ul><li><a href="https://kubernetes.io/blog/2020/12/02/dockershim-faq" target="blank">Docker</a></li><li><a href="https://containerd.io/" target="blank">containerd</a></li><li><a href="https://cri-o.io/" target="blank">cri-o</a></li></ul> {:/} |
|CLI API token | [Required scopes]({{site.baseurl}}/docs/integrations/codefresh-api/#authentication-instructions)|
|Codefresh API Token | <ul><li>[Required scopes]({{site.baseurl}}/docs/integrations/codefresh-api/#authentication-instructions): <code class="highlighter-rouge">Runner-Installation(read+write), Agent(read+write), Agents(read+write)</code></li><li>Token needs to be from an Account Admin.</li><li>When utilizing [Service Accounts]({{site.baseurl}}/docs/administration/account-user-management/service-accounts/), check the "Assign Admin role to service account" option</li></ul> |



Expand Down