Skip to main content
Identity plugin · listing tai42/identity-redis

Install

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
The module registers itself as the 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 no CHANNEL_/IDENTITY_ env group of its own. Any standard redis-server works — no RedisJSON module or redis-stack image is required.

Provision a key

The raw sk-… value is printed once — capture it then.

See also