Nico Haas

Results 47 issues of Nico Haas

Closes #996

policies
service/orchestrator

# 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....

enhancement

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...

enhancement
discussion

https://github.com/clouditor/clouditor/blob/6a786ff7e9fbb670426bd8f84b91d829bca739ff/api/discovery/discovery.proto#L48-L53 Should be `get`, right?

service/discovery

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?

api
csaf

# 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,...