-
The current implementation automatically calls the `enable` command on the prompt after the connection has been sucessfully established. This requires the given ssh key to have the manager permission…
-
## User Story
In order to support the desktop offering view, we need to provide a "daily check in" count.
This means we need an API that returns:
- total count of desktops (nodes) that have checked …
-
## User Story
Allow users to download the filtered desktop data in the current view in a JSON or CSV format.
## Solution
Reuse the same API for downloading node data in Infrastructure, follow the new…
-
Dash View work from: https://github.com/chef/automate/issues/3639
dash view
filtering when selecting "time since last checked in" item
The "start" and "end" parameters filter on the checked-in da…
-
## User Story
In order to support the desktop offering view, we need to provide data to support a "top errors" view.
- given a time frame, return top x count of errors that occurred across the fle…
-
## User story
Allow users to download the individual desktop historical data, including all the run happened in the selected time span and the attributes data, in a JSON or CSV format
## Solution
…
-
## Describe the bug
Reported by customer and verified with A2 build 20200127203438
With a clean install of A2 with IAMv1 enabled A2 diagnostics pass (with 2 skips related to IAMv2) as expected.
…
-
## Describe the bug
Using Nodes API with filters:
```
{
"filters": [
{"key": "last_run_status", "values": ["FAILED"]},
{"key": "last_run_status", "values": ["PASSED"]}
]
}
```…
-
## Current Solution
On v1, we had some default policies: one granting all tokens access to `ingest` endpoints (like /data-collector/v0) and a few others granting all users access to `cfgmgmt` things …
-
The current remote backend is expected to have the following methods:
- `Get() (*Payload, error)`
- `Put(data []byte) error`
- `Delete() error`
I think the following methods can be introduced to allo…