Sandy Chen
Sandy Chen
Signed-off-by: sandy2008 **What this PR does**: feat(): add ManagedIdentity in Azure Blob Storage **Which issue(s) this PR fixes**: Fixes # **Checklist** - [ ] Tests updated - [ ] Documentation...
feat(): add header support for proxy auth
Using the command in personal_notes.txt, and preprocessed the data, I try to train the model but only the first epoch has a loss function of 7.xxx, but then everything is...
- 在WebSocket连接建立后,增加defer ws.Close()确保资源在函数退出时正确释放 - 添加一个goroutine每30秒发送一次Ping消息,以保持连接活跃并检测死连接 - 在读取消息的循环中设置ReadDeadline,以防止连接挂起
## Description This PR adds a new command-line option `--cookie-secret-file` that allows users to specify a file path containing the cookie secret, similar to the existing `--client-secret-file` option. This enhancement...
### Motivation Currently, oauth2-proxy only supports setting the cookie secret via the `--cookie-secret` command-line argument or environment variables, which poses security risks in production environments. Secrets passed as command-line arguments...
Fixes #2009 Design discussion issue #5918 ## Changes This PR adds support for **mutual TLS (mTLS)** configuration to the OTLP exporter on .NET 8 and later. This allows users to...
## **What are you trying to achieve?** I need to configure OTLP exporters to support additional mTLS security options that are commonly required in enterprise environments: 1. **Password-protected private keys**:...