File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -290,6 +290,10 @@ In general my focus inside this project is to implement and deliver old and new
290
290
- Get service account token by id
291
291
- Create service account token by id
292
292
- Delete service account by id
293
+ - Migrate API token to service account by token id
294
+ - Revert the generated service account to API token
295
+ - Get service account migration status
296
+ - Hide the API keys tab inside the UI
293
297
294
298
### RBAC
295
299
- Get status
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ The following list describes the currently supported features of the Grafana API
12
12
- [x] [ Annotations HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/annotations/ )
13
13
- [x] [ Authentication HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/auth/ )
14
14
- [x] [ Data source HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/data_source/ )
15
+ - [x] [ Datasource query and resource caching] ( https://grafana.com/docs/grafana/latest/developers/http_api/query_and_resource_caching/ )
15
16
- [x] [ Datasource Permissions HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/datasource_permissions/ )
16
17
- [x] [ Folder HTTP API] ( https://grafana.com/docs/grafana/v7.5/http_api/folder/ )
17
18
- [x] [ Folder Permissions HTTP API] ( https://grafana.com/docs/grafana/v7.5/http_api/folder_permissions/ )
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ The following list describes the currently supported features of the Grafana API
12
12
- [x] [ Annotations HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/annotations/ )
13
13
- [x] [ Authentication HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/auth/ )
14
14
- [x] [ Data source HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/data_source/ )
15
+ - [x] [ Datasource query and resource caching] ( https://grafana.com/docs/grafana/latest/developers/http_api/query_and_resource_caching/ )
15
16
- [x] [ Datasource Permissions HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/datasource_permissions/ )
16
17
- [x] [ Folder HTTP API] ( https://grafana.com/docs/grafana/v7.5/http_api/folder/ )
17
18
- [x] [ Folder Permissions HTTP API] ( https://grafana.com/docs/grafana/v7.5/http_api/folder_permissions/ )
You can’t perform that action at this time.
0 commit comments