From e139b4fd0093e1103d0967571d23c16e4fb7505d Mon Sep 17 00:00:00 2001 From: goodroot <9484709+goodroot@users.noreply.github.com> Date: Wed, 20 Mar 2024 09:19:01 -0700 Subject: [PATCH 1/2] fixes example path & adds second http path --- examples.manifest.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/examples.manifest.yaml b/examples.manifest.yaml index 94bd1cf..4cf68dc 100644 --- a/examples.manifest.yaml +++ b/examples.manifest.yaml @@ -32,8 +32,17 @@ port: 9009 - name: ilp-from-conf lang: go - path: examples/http/from-conf/main.go + path: examples/from-conf/main.go header: |- Go client library [docs](https://pkg.go.dev/github.com/questdb/go-questdb-client/v3) and [repo](https://github.com/questdb/go-questdb-client). conf: http::addr=localhost:9000; +- name: ilp-http-auth + lang: go + path: examples/http/auth-and-tls/main.go + header: |- + Go client library [docs](https://pkg.go.dev/github.com/questdb/go-questdb-client/v3) + and [repo](https://github.com/questdb/go-questdb-client). + auth: + kid: testUser1 + d: 5UjEMuA0Pj5pjK8a-fa24dyIf-Es5mYny3oE_Wmus48 From b0d9567494b7f1aaa30a020eddea359f06f8308e Mon Sep 17 00:00:00 2001 From: goodroot <9484709+goodroot@users.noreply.github.com> Date: Wed, 20 Mar 2024 09:27:22 -0700 Subject: [PATCH 2/2] yank the auth part, til later --- examples.manifest.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/examples.manifest.yaml b/examples.manifest.yaml index 4cf68dc..99f35fe 100644 --- a/examples.manifest.yaml +++ b/examples.manifest.yaml @@ -37,12 +37,3 @@ Go client library [docs](https://pkg.go.dev/github.com/questdb/go-questdb-client/v3) and [repo](https://github.com/questdb/go-questdb-client). conf: http::addr=localhost:9000; -- name: ilp-http-auth - lang: go - path: examples/http/auth-and-tls/main.go - header: |- - Go client library [docs](https://pkg.go.dev/github.com/questdb/go-questdb-client/v3) - and [repo](https://github.com/questdb/go-questdb-client). - auth: - kid: testUser1 - d: 5UjEMuA0Pj5pjK8a-fa24dyIf-Es5mYny3oE_Wmus48