Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BROngineer authored Nov 26, 2023
1 parent d196a0d commit 7fa04db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,13 @@ plugin and role configuration:
2. Entity ID which issued token refers to;

---
__! Pay attention ! Secret provided for login must be wrapped !__

__❗ Pay attention: secret provided for login must be wrapped ❗__
Plugin backend expects, that the secret, provided for login is one of three options:
a. wrapped full token data, got by using response wrapping feature via `-wrap-ttl=...` option;
b. token itself or token accessor stored in cubbyhole with the key name equals to `secret` and wrapped on read;
So there are three values for mandatory `method` parameter: `token-full`, `token-only` and `accessor-only`

---

```shell
Expand Down

0 comments on commit 7fa04db

Please sign in to comment.