Easay Bli
Easay Bli
> Hi @stefanprodan, thanks for answering! Are you referring to [this delegate](https://istio.io/latest/docs/reference/config/networking/virtual-service/#Delegate)? I tried that but it doesn't work with regex matches. I get this error if I try to...
> did it prompt you to log in? what are you using as your identity provider? dex? keycloak? azure? oidc? keycloak. use samesite ,it is worked. diff side,return 401 code....
> there is an oauth2-proxy provider 'keycloak-oidc' and also 'oidc'. If you are using 'keycloak-oidc' try using 'oidc' instead. > > ``` > # in this case oauth2-proxy is going...
> there is an oauth2-proxy provider 'keycloak-oidc' and also 'oidc'. If you are using 'keycloak-oidc' try using 'oidc' instead. > > ``` > # in this case oauth2-proxy is going...
> 您是否尝试过设置https://vector.dev/docs/reference/configuration/global-options/#timezone? set timezone: Asia/Shanghai but it does not work .time also is UTC. ```yaml timezone: Asia/Shanghai sources: kubernetes_logs: type: kubernetes_logs timezone: Asia/Shanghai ```
> > 您是否尝试过设置[https://vector.dev/docs/reference/configuration/global-options/#timezone?](https://vector.dev/docs/reference/configuration/global-options/#timezone%EF%BC%9F) > > 设置时区:亚洲/上海 但它不起作用。时间也是UTC。 > > ```yaml > timezone: Asia/Shanghai > sources: > kubernetes_logs: > type: kubernetes_logs > timezone: Asia/Shanghai > ``` ```yaml my_sink_id: type: clickhouse inputs:...
use old version ,it can help you ``` - name: S3_ENDPOINT value: oss-cn-hangzhou-internal.aliyuncs.com - name: S3_FORCE_PATH_STYLE value: "false" ```
> 这是紧急需求开发者的一个黑客想法: io.opentelemetry.instrumentation.jdbc.internal.DbRequest#create(java.sql.PreparedStatement) 旧代码: > > ``` > @Nullable > public static DbRequest create(PreparedStatement statement) { > return create(statement, JdbcData.preparedStatement.get(statement)); > } > ``` > > mysql jdbc 8 中的黑客代码:...