Skip to content

Commit

Permalink
Now we can support RBAC (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
huseyinbabal committed Aug 7, 2023
1 parent 380885a commit 1863918
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/cli/commands/botkube_migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Supported Botkube bot platforms for migration:

Limitations:

- RBAC is defaulted
- Plugins are sourced from Botkube repository

Use label selector to choose which Botkube pod you want to migrate. By default it's set to app=botkube.
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Supported Botkube platforms:

The following list contains current limitations that we will address in the near future:

- All custom RBAC settings assigned to plugins are ignored and will be replaced by default read-only permissions.
- `extraObjects` in Botkube [helm configurations](https://github.com/kubeshop/botkube/blob/593746a70d9eb23469c28e5c0274c9a40a7b651d/helm/botkube/values.yaml#L1040) are ignored. If you have any extra resources under `extraObjects` section, you need to migrate them on your own.
- All 3rd-party plugins are ignored.
- Minimal supported Botkube version is v1.0.0.

Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/executor/doctor.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins:
## Enabling plugin
To enable the `doctor` executor, add `--set 'executors.ai.botkube/doctor.enabled=true'` to a given Botkube [`install` command](../../cli/commands/botkube_install.md). The `doctor` plugin uses ChatGPT for diagnosing problems, so you need to obtain an API Key from the OpenAI website [here](https://beta.openai.com/account/api-keys) and set it as follows:
To enable the `doctor` executor, add `--set 'executors.ai.botkube/doctor.enabled=true'` to a given Botkube [`install` command](../../cli/commands/botkube_install.md). The `doctor` plugin uses ChatGPT for diagnosing problems, so you need to obtain an API Key from the OpenAI website as described [here](https://help.openai.com/en/articles/4936850-where-do-i-find-my-secret-api-key) and set it as follows:
`--set 'executors.ai.botkube/doctor.config.apiKey=<Open AI Api Key>'`

## Syntax
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins:
## Enabling plugin
To enable the `doctor` executor, add `--set 'executors.ai.botkube/doctor.enabled=true'` to a given Botkube [`install` command](../../cli/commands/botkube_install.md). The `doctor` plugin uses ChatGPT for diagnosing problems, so you need to obtain an API Key from the OpenAI website [here](https://beta.openai.com/account/api-keys) and set it as follows:
To enable the `doctor` executor, add `--set 'executors.ai.botkube/doctor.enabled=true'` to a given Botkube [`install` command](../../cli/commands/botkube_install.md). The `doctor` plugin uses ChatGPT for diagnosing problems, so you need to obtain an API Key from the OpenAI website as described [here](https://help.openai.com/en/articles/4936850-where-do-i-find-my-secret-api-key) and set it as follows:
`--set 'executors.ai.botkube/doctor.config.apiKey=<Open AI Api Key>'`

## Syntax
Expand Down

0 comments on commit 1863918

Please sign in to comment.