Identity plugin · listing tai42/identity-redisInstall
Permissions
Provides
redis
Identity — Redis-backed api-key identity provider — validate inbound tokens and provision keys.
This is the default identity provider: it stores api-key hashes in Redis,
validates inbound tokens, and provisions and revokes keys. Access control is on
by default and the runtime refuses to boot with no identity provider registered,
so this plugin is the pairing every access-controlled install starts from.
Register and select it
manifest.yml
redis provider at import.
ACCESS_CONTROL_AUTH_PROVIDERS (an ordered JSON list, default ["redis"]) names
the chain the verifier tries.
Configuration
The provider reads its connection from the shared access-control settings — it owns noCHANNEL_/IDENTITY_ env group of its own.
Any standard
redis-server works — no RedisJSON module or redis-stack image is
required.
Provision a key
The rawsk-… value is printed once — capture it then.
See also
- Access control — the policy model and the verifier chain.
- Set up access control — minting the first key and mapping routes to scopes.

