fawadasaurus

Results 8 comments of fawadasaurus

It would be great if the operator could create the ServiceMonitor configs automatically. Even if it was similar to the helm chart implementation where it can be enabled and it...

This is the problem: https://github.com/goharbor/harbor-operator/blob/765bf5860aa72a632bd907d9156fe005a738399e/controllers/goharbor/harbor/core.go#L245 I am using lets-encrypt for my issuer and this is not a valid common name for a certificate: commonName: registry-harbor-harbor-core-tokencert This certificate needs to be...

That sounds good to me.

@ashutoshanshu07 I stopped using the operator due to this bug. I used the helm chart to generate the template files and then manually configured everything using the base Kubernetes files...

It's not about just using the protocol but all the configuration that comes along with it. For example, I should have a proto file that is specific to to my...

Its AGPL license so all of your work should also be open source under a similar open copy-left license.

@woutersl How does this work with private registries that require authentication? I have my PAT in my ~/.cargo/permissions.toml file but don't see anything in here that would use that.

https://github.com/nanobus/nanobus/search?q=println All of these are effectively log entries that need to be in the standard format. Again, I believe that all logs should be in JSON format so we can...