Skip to content

Commit

Permalink
added security manager integration
Browse files Browse the repository at this point in the history
  • Loading branch information
awitas committed Aug 17, 2022
1 parent 3786526 commit 7ac85d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Aug 17 2022 0.2.0
* Integration with SCY secret manager
## Dec 25 2021 0.1.0
* Initial Release

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ac85d2

Please sign in to comment.