diff options
| author | Pavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com> | 2024-03-26 11:54:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-26 11:54:14 +0200 |
| commit | 4e450f3ecf7a7df161956fe1574392e9c406054c (patch) | |
| tree | 7cc088fbd8e03edb21fd041e8ee6e6d9ed7f9db8 /README.md | |
| parent | faa69edc547d36bfa7ad4edf5f5ea79906cb90de (diff) | |
Improve limited permissions (cherry-picked from #220) (#238)
* Add --as option to impersonate a specific user
* Update test case
* Don't exit if the user lacks permissions to auto-discover prometheus
* Add a comment
* Add support for HPA w/o cluster-level permissions
* feat: cli option for --as-group (#224)
* feat: cli option for --as-group
* add: as-group example
* Improve a message in case of API error
* Return the debug log with found items in cluster
---------
Co-authored-by: Robusta Runner <aantny@gmail.com>
Co-authored-by: Rohan Katkar <rohan.katkar@dnv.com>
Co-authored-by: LeaveMyYard <zhukovpave2001@gmail.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -253,6 +253,8 @@ List as many namespaces as you want with `-n` (in this case, `default` and `ingr ```sh krr simple -n default -n ingress-nginx ``` + +See [example ServiceAccount and RBAC permissions](./tests/single_namespace_permissions.yaml) </details> <details> |
