Dan Bason

Results 45 comments of Dan Bason

We're using the default logstash template which analyzes the base field and uses .keyword for the keyword fields, and I'd prefer to keep using this scheme. Not a problem, I...

@sunomie I actually didn't pursue this sorry. We've ended up using the logtrail plugin instead - https://github.com/sivasamyk/logtrail

We have a custom collector package that will need to be updated - https://github.com/rancher-sandbox/opni-otel-collector. We are also maintaining a fork with an updated opensearch exporter - https://github.com/dbason/opentelemetry-collector-contrib/tree/opensearch-exporter

Will each operation be a separate service in the initial implementation? What are the latency impacts if any of having each separated? What are the failure modes if one of...

We should probably wait and jump straight up to 2.10

If it helps I've just installed v1.2.3 and configured Dex to use github auth and am also seeing this issue. We are using a LoatBalancer service with tls terminated in...

``` DEX_CA_CERT_PATH: /etc/kargo/idp-ca.crt DEX_ENABLED: "true" DEX_SERVER_ADDRESS: https://kargo-dex-server.kargo.svc GLOBAL_SERVICE_ACCOUNT_NAMESPACES: kargo KARGO_NAMESPACE: kargo LOG_LEVEL: INFO OIDC_ADDITIONAL_SCOPES: groups OIDC_CLI_CLIENT_ID: kargo.example.com-cli OIDC_CLIENT_ID: kargo.example.com OIDC_ENABLED: "true" OIDC_ISSUER_URL: https://kargo.example.com/dex PERMISSIVE_CORS_POLICY_ENABLED: "false" ROLLOUTS_INTEGRATION_ENABLED: "true" TLS_CERT_PATH: /etc/kargo/tls.crt TLS_ENABLED:...

> I have a hard time seeing it as resulting from Dex being enabled after previously being disabled, because that's a transition from Dex not being in existence to being...

This will be partially resolved by https://github.com/rancher/opni/pull/1701 The deletion of PVCs is still an open question. By design pvcs are not deleted when the statefulset or pods are deleted to...