diff --git a/README.md b/README.md index 9c75dd9..1f032a7 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,8 @@ Please refer to the [Coordinator JWT Authentication](https://trino.io/docs/current/security/jwt.html) for server-side configuration. +#### Check for ci test + #### Authorization header forwarding This driver supports forwarding authorization headers by adding a [NamedArg](https://godoc.org/database/sql#NamedArg) with the name `accessToken` (e.g., `accessToken=`) and setting the `ForwardAuthorizationHeader` field in the [Config](https://godoc.org/github.com/trinodb/trino-go-client/trino#Config) struct to `true`.