Michael Burman

Results 285 comments of Michael Burman

You can fix that issue by modifying the ``PROJECT`` file and moving from v4-alpha -> v4. After that, kubebuilder / operator-sdk should work.

Not that kubebuilder is needed, one can also add APIs by just creating correct files and modifying the PROJECT file.

Closing stale tickets, reopen if there's anything else.

Hey, slipped a bit under my radar. The debug targets in Makefile are alright, but the config changes are not. The /configs is the intended default location and we want...

From my short investigation, this NPE is fine and can be ignored. It happens because the AuditLogManager expects an "AuditLogContext" with a "AuditLogEntryType" and our CQL commands do not have...

Well, mainly I would say the idea is that Cassandra at least has logged that something happened. Otherwise our mgmt-api queries are not logged into audit logging, meaning the log...

Actually, we already have this.. just need to verify it actually works.

Yeah, I created it only as a draft, I think we need to have a discussion around releasing the tool also. Otherwise it could block our releases (and always pulling...

Ah, the integration test doesn't have running Kubernetes, so this will fail to instantiate the connection. Hmm..

The #444 should have fixed the missing metrics and in our testing it did, assuming you use the newer metrics endpoints. The names of the metrics are a bit different,...