Nico Haas
Nico Haas
# Problem In #983 , besides missing information I also fixed some wrongly configured metrics, e.g. having the `allowedValues` field but missing the top level field `range`. Adding some checks...
1) I guess it is not used everywhere, e.g. in https://github.com/clouditor/clouditor/blob/ce3852eafda3166533ce4acb3572bb62b245423f/api/orchestrator/orchestrator.proto#L509-L511 2) It is not documented everywhere with comments (which will be then generated and helpful for OpenAPI clients), e.g....
Currently, for accessing the Azure SDK, we need among other credentials the Azure Tenant ID. There is also the option of using a custom tenant domain in Azure. Maybe this...
https://github.com/clouditor/clouditor/blob/6a786ff7e9fbb670426bd8f84b91d829bca739ff/api/discovery/discovery.proto#L48-L53 Should be `get`, right?
SecurityFeatures occurring in all document objects bothers me, e.g. in SecurityAdvisoryDocument (see L1759): https://github.com/clouditor/clouditor/blob/43850bf7cbee00d2fa19967c46d6b41513f36559/api/ontology/ontology.proto#L1744-L1759 This is wrong, isn't it? Or did I miss sth?
# What happened? I tried to test the `csaf_aggregator` by building and just running it without any parameter, in particular without a path to a config file. Then, of course,...