From 7ac85d2184b940481c19fde33c5411c84656c6be Mon Sep 17 00:00:00 2001 From: awitas Date: Wed, 17 Aug 2022 10:11:39 -0700 Subject: [PATCH] added security manager integration --- CHANGELOG.md | 2 ++ README.md | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d80fc..17fc69e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## Aug 17 2022 0.2.0 + * Integration with SCY secret manager ## Dec 25 2021 0.1.0 * Initial Release diff --git a/README.md b/README.md index fe86df6..1e72c15 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ The BigQuery driver accepts the following DSN * 'bigquery://projectID/[location/]datasetID?queryString' Where queryString can optionally configure the following option: - - credURL (url encoded) local location or [Scy](https://github.com/viant/scy) secret manager URL - - credKey (url encoded) SCY secret manager key - - credID [Scy](https://github.com/viant/scy) resource secret ID - - credJSON rawURL base64 encoded cred JSON (not recommended) + - credURL: (url encoded) local location or URL supported by [Scy](https://github.com/viant/scy) + - credKey: optional (url encoded) [Scy](https://github.com/viant/scy) secret manager key or key location + - credID: [Scy](https://github.com/viant/scy) resource secret ID + - credJSON: rawURL base64 encoded cred JSON (not recommended) - endpoint - userAgent - apiKey