Skip to content

Commit ab73f54

Browse files
committed
docs: removed note on README
1 parent 1c896e3 commit ab73f54

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22

33
This repository contains code for a [HashiCorp Vault](https://github.com/hashicorp/vault) Auth [Plugin](https://developer.hashicorp.com/vault/docs/plugins) that authenticates with [Ory Kratos](https://github.com/ory/kratos) and [Ory Keto](https://github.com/ory/keto) APIs.
44

5-
## Note
6-
7-
This plugin in a WIP and is not ready for production use.
8-
9-
Currently, the config portion of the plugin is temporarily hardcoded to localhost.
10-
11-
This plugin will be completed within the next few days/weeks.
12-
135
## Setup
146

157
The setup guide assumes some familiarity with Vault and Vault's plugin
@@ -80,7 +72,7 @@ you use the published checksums to verify integrity.
8072
```sh
8173
$ make configs
8274
```
83-
75+
8476
6. Authenticate with the plugin:
8577

8678
```sh
@@ -90,19 +82,19 @@ object=c5cc3e28-e3c3-45ca-be86-a0a55953bfca \
9082
relation=editor \
9183
kratos_session_cookie=ory_kratos_session=MTY2NzgyMjg2M3xBYVJxa2hmNFlOOFAyZnc3U3VidnZKd1A0VmdyWFgyU3ozbUNvRG4zeC1oNU1DS3Z6dkc1ODllTHdua0s5aFdpcW1ZZ0pveVNBVVM3ZXBIRWdQdlJGWXN0aS1iVU5tenVFbUw1WE1QNDRVcms5eWZZRk52R3dOdTJKLVcxYVlFWFU4ajNFUmc0bnc9PXyq29KzMQjNDdZLeJAuNLUBeU1g1-iD7l31nahltn4mZg==
9284
```
93-
85+
9486
7. Add a policy that matches the naming convention `namespace_relation` (e.g. `files_editor`) using the example policy found below, replacing the accessor string with the contents returned by:
9587

9688
```sh
9789
$ make accessor
9890
```
99-
91+
10092
8. Login with the token provided after running the `write` command:
10193

10294
```sh
10395
$ vault login [token]
10496
```
105-
97+
10698
9. Attempt to read secrets:
10799

108100
```sh

0 commit comments

Comments
 (0)