diff --git a/Acornfile b/Acornfile index b6c8d24..ecf0604 100644 --- a/Acornfile +++ b/Acornfile @@ -66,7 +66,7 @@ secrets: { type: "template" data: { template: """ - user default on >${secret://admin/token} ~* +@all + user default on >${secret://admin/token} ~* &* +@all """ } } diff --git a/README.md b/README.md index d91b282..b7d7a4f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This Redis instance: - is backed by a persistent volume - uses a default (auto generated) password for the admin user -The Acorn image of this service is hosted in GitHub container registry at [ghcr.io/acorn-io/redis](ghcr.io/acorn-io/redis). +The Acorn image of this service is hosted in GitHub container registry at [ghcr.io/acorn-io/redis:v#.#-#](ghcr.io/acorn-io/redis). Currently this Acorn does not have any configuration options, but some will be added later on like: - the possibility to indicate the Redis version to use