You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-12Lines changed: 4 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,6 @@
2
2
3
3
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.
4
4
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
-
13
5
## Setup
14
6
15
7
The setup guide assumes some familiarity with Vault and Vault's plugin
@@ -80,7 +72,7 @@ you use the published checksums to verify integrity.
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:
95
87
96
88
```sh
97
89
$ make accessor
98
90
```
99
-
91
+
100
92
8. Login with the token provided after running the `write` command:
0 commit comments