Skip to content

Commit e560ccf

Browse files
authored
Update README.md
1 parent c00d8dc commit e560ccf

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Clickhouse Databaase Secret Engine
1+
# Clickhouse Database Secret Engine
22

33
This plugin provides clickhouse connectivity for clickhouse database using SQL user management
44

@@ -8,6 +8,13 @@ Checkout [Docker Hub](https://hub.docker.com/r/contentsquareplatform/vault-plugi
88
* [vault 1.12](https://hub.docker.com/r/contentsquareplatform/vault-plugin-database-clickhouse/tags?page=1&name=1.12)
99
* [vault 1.13](https://hub.docker.com/r/contentsquareplatform/vault-plugin-database-clickhouse/tags?page=1&name=1.13)
1010

11+
# Plugin Sha256 (linux amd64 binary)
12+
13+
| Version | Sha256 |
14+
|---------|:----------------------------------------------------------------|
15+
| 0.1.0 | 6537135bdb3fab24ceb97a4f3d68308428558d75d1c67ef716790730485e8fce|
16+
| 0.1.1 | 18c7795c17db236b06351af89ea4d4f0dcbefa71ab9f56073be007ee5ccf3ae7|
17+
1118

1219
# Build & Tests
1320

@@ -34,12 +41,14 @@ You will need to define a plugin directory using the `plugin_directory` configur
3441

3542
Sample commands for registering and starting to use the plugin:
3643

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+
3746
```bash
3847
~# SHA256=$(shasum -a 256 plugins/clickhouse-database-plugin | cut -d' ' -f1)
3948

4049
~# vault secrets enable database
4150

42-
~# vault plugin enable -sha256=$SHA256 database clickhouse-database-plugin
51+
~# vault plugin register -sha256=$SHA256 database clickhouse-database-plugin
4352
```
4453

4554
At this stage you are now ready to initialize the plugin to connect to clickhouse cluster using unencrypted or encrypted communications.

0 commit comments

Comments
 (0)