dekke046

Results 7 comments of dekke046

Here same issue, also not using openshift but a company managed shared kubernetes environment. `Pods "etest-web-5b668f4db7-" is forbidden: PodSecurityPolicy: unable to admit pod: [spec.securityContext.fsGroup: Invalid value: []int64{0}: group 0 must...

@kseniaguzeeva, is this still part of development or completely dropped?

Since the last big upgrade of Colima I experience the same. After OS restart starting Colima al is gone, docker ps-a is empty, the created volumes are also gone. Using...

As a workaround I have adjusted srsservice_deployment.yaml, with a custom volume mount based on a secret containing the cacerts with the added ca's: ``` volumeMounts: - mountPath: /etc/ssl/certs/java/ name: cacerts...

Hi @bhowd1 , Its not about certificates for authentication, its about CA certificate for the initial TLS handshake. We are using regular authentication (username & password). The company is using...

> @dekke046 @bhowd1 I've deployed SRS in a similar environment, and the configuration is a bit counterintuitive for this scenario. The issue is that if you have srsStorage.tls.enabled set to...

@sobomax Is the above possible at all?