You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.
scheduled job, which can run az-sk and store raw result in configured blob-storage
GET /api/cloud/azure HTTP endpoint to get latest results from blob for all subscriptions, normalize and aggregate them, return a summary object with array of check-results
GET /api/cloud/azure/{subscription-id} to get the same summary, but for single subscription
The job should run in k8s cluster. Required scripts, code, and configuration to execute it should be located at this repo in /scanners/az_sk folder.
The initial solution should consist of two parts:
GET /api/cloud/azure
HTTP endpoint to get latest results from blob for all subscriptions, normalize and aggregate them, return a summary object with array of check-resultsGET /api/cloud/azure/{subscription-id}
to get the same summary, but for single subscriptionThe job should run in k8s cluster. Required scripts, code, and configuration to execute it should be located at this repo in
/scanners/az_sk
folder.Blob Storage files structure should follow:
metadata
- json file, which has technical information about task, likelast_executed_at
,scheduled_periodicity
, and others.For the first iteration, credentials to get access to the blob storage are provided through env-vars
The text was updated successfully, but these errors were encountered: