From 841ca11b880f1be76ebdb0635f66334a5a4dfcc2 Mon Sep 17 00:00:00 2001 From: Kvlil Date: Thu, 24 Oct 2024 10:42:40 +0200 Subject: [PATCH] test: why ci was failing --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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`.