File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
- # Clickhouse Databaase Secret Engine
1
+ # Clickhouse Database Secret Engine
2
2
3
3
This plugin provides clickhouse connectivity for clickhouse database using SQL user management
4
4
@@ -8,6 +8,13 @@ Checkout [Docker Hub](https://hub.docker.com/r/contentsquareplatform/vault-plugi
8
8
* [ vault 1.12] ( https://hub.docker.com/r/contentsquareplatform/vault-plugin-database-clickhouse/tags?page=1&name=1.12 )
9
9
* [ vault 1.13] ( https://hub.docker.com/r/contentsquareplatform/vault-plugin-database-clickhouse/tags?page=1&name=1.13 )
10
10
11
+ # Plugin Sha256 (linux amd64 binary)
12
+
13
+ | Version | Sha256 |
14
+ | ---------| :----------------------------------------------------------------|
15
+ | 0.1.0 | 6537135bdb3fab24ceb97a4f3d68308428558d75d1c67ef716790730485e8fce|
16
+ | 0.1.1 | 18c7795c17db236b06351af89ea4d4f0dcbefa71ab9f56073be007ee5ccf3ae7|
17
+
11
18
12
19
# Build & Tests
13
20
@@ -34,12 +41,14 @@ You will need to define a plugin directory using the `plugin_directory` configur
34
41
35
42
Sample commands for registering and starting to use the plugin:
36
43
44
+ note: sha256 could be found in the release page, per tag. Download the targz, and run the sha command against the right binary.
45
+
37
46
``` bash
38
47
~ # SHA256=$(shasum -a 256 plugins/clickhouse-database-plugin | cut -d' ' -f1)
39
48
40
49
~ # vault secrets enable database
41
50
42
- ~ # vault plugin enable -sha256=$SHA256 database clickhouse-database-plugin
51
+ ~ # vault plugin register -sha256=$SHA256 database clickhouse-database-plugin
43
52
```
44
53
45
54
At this stage you are now ready to initialize the plugin to connect to clickhouse cluster using unencrypted or encrypted communications.
You can’t perform that action at this time.
0 commit comments