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
290290- Get service account token by id
291291- Create service account token by id
292292- 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
293297
294298### RBAC
295299- 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
1212- [x] [ Annotations HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/annotations/ )
1313- [x] [ Authentication HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/auth/ )
1414- [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/ )
1516- [x] [ Datasource Permissions HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/datasource_permissions/ )
1617- [x] [ Folder HTTP API] ( https://grafana.com/docs/grafana/v7.5/http_api/folder/ )
1718- [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
1212- [x] [ Annotations HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/annotations/ )
1313- [x] [ Authentication HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/auth/ )
1414- [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/ )
1516- [x] [ Datasource Permissions HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/datasource_permissions/ )
1617- [x] [ Folder HTTP API] ( https://grafana.com/docs/grafana/v7.5/http_api/folder/ )
1718- [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