Nico Haas
Nico Haas
**Describe the bug** We do not insert any information about the service id in discovered evidences. What exactly is the service id anyway? Is it the CSP (Azure, AWS) or...
We should think about using error handling functions when we use the same pattern again and again. E.g. in API methods where we access the storage: https://github.com/clouditor/clouditor/blob/455ffe86aaa66fd4bfda4e0a7afc943bb35505ed/service/orchestrator/orchestrator.go#L291-L296 [Comment of @oxisto](https://github.com/clouditor/clouditor/pull/560/files/6c7cb0db77d2990b0e5c27081109d841589deca7#r853236009):...
**Describe the bug** Currently, `response_body` is set to "status", indicating that the boolean field "status" of `StoreEvidenceResponse` is used. Actually it is used when doing HTTP requests but the generated...
When #560 is committed, discuss and add a validation method to certificates like it is done for evidences and assessment results.
**Describe the bug** When running Clouditor and looking at the evidences, all VM instances have bootLogging.retentionPeriod set to "0" **To Reproduce** - Run clouditor - list evidences **Expected behavior** We...
**Describe the bug** https://github.com/clouditor/clouditor/blob/694267a0585e1f759c2a6aeed362c14f72adb723/api/evidence/evidence.go#L48 When an evidence is validated, error messages are returned if something is not set correctly. In the case of a missing ID field within the resource...
**Describe the bug** Currently, there is no Spec for Authentication as OpenAPI YAML file. **To Reproduce** Just look at `openapi` folder **Expected behavior** There should be one s.t. users interacting...
**Problem** When a service tries to connect to another service and the connection fails, it will stop there. But the problem can be of temporary nature, e.g. there was a...
**Describe the bug** Currently, the log message of [handleEvidence](https://github.com/clouditor/clouditor/blob/f3f4517ac3740742d643b7960e354ef71744d6c9/service/assessment/assessment.go#L225) is, e.g.: `INFO[0010] Evaluating evidence 1 (1) collected by 1 at seconds:1645574399 nanos:999999999 ` **To Reproduce** Run engine and assess an...
**Description** Recently, we are using more and more table-tests for our unit tests. A table test is a great way to test without duplicating too much code and changing only...