Skip to content

Commit 9422bcd

Browse files
Add recipe for keron-digital/auth-redis-storage-bundle v1.0 (#1789)
* feat(keron-digital/auth-redis-storage-bundle): Add recipe for v1.0 * feat(keron-digital/auth-redis-storage-bundle): update recipe to complain with checker * fix(recipe): Ensure files end with a newline * fix(recipe): Ensure yaml 4 indent space * chore: Trigger CI checks
1 parent 2be4308 commit 9422bcd

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
keron_digital_auth_redis_storage:
2+
# !!! REQUIRED: Specify your application's Redis client service ID below. !!!
3+
# Find the correct service ID using 'bin/console debug:container | grep Redis' or similar.
4+
# Examples: 'snc_redis.default', 'cache.app.redis', '\Redis', etc.
5+
redis_client_service_id: 'CHANGE_ME_redis_service_id'
6+
7+
# --- Optional configuration with defaults ---
8+
# Uncomment and change if needed:
9+
#
10+
# General prefix for all Redis keys used by the bundle
11+
# key_prefix: 'auth:'
12+
#
13+
# Configuration for the blacklist service
14+
# blacklist:
15+
# key_suffix: 'bl:' # Example key: auth:bl:<token_id>
16+
#
17+
# Configuration for the active token storage service
18+
# active_token_storage:
19+
# key_suffix: 'active:' # Example key: auth:active:<token_id>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"copy-from-recipe": {
3+
"config/": "%CONFIG_DIR%/"
4+
},
5+
"bundles": {
6+
"KeronDigital\\AuthRedisStorageBundle\\KeronDigitalAuthRedisStorageBundle": ["all"]
7+
}
8+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<bg=blue;fg=white> KeronDigitalAuthRedisStorageBundle </>
2+
3+
<fg=green>Bundle installed successfully!</>
4+
5+
<fg=yellow>IMPORTANT:</> Please open the file <fg=cyan>config/packages/keron_digital_auth_redis_storage.yaml</>
6+
and set the required <fg=cyan>redis_client_service_id</> option to point
7+
to your application's Redis client service.

0 commit comments

Comments
 (0)