1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos-docs synced 2026-07-03 11:53:42 +02:00

Adding Redis Security

This commit is contained in:
Henrik Hautakoski 2023-07-18 05:20:02 +02:00
parent 756200c2db
commit 3bfd976a61
3 changed files with 167 additions and 1 deletions

View file

@ -41,7 +41,16 @@ export default defineConfig({
},
{
text: 'Configuration',
link: '/docs/configuration'
link: '/docs/configuration',
items: [
{
text: "Securing redis",
link: '/docs/redis/security/',
items: [
{ text: "ACL", link: '/docs/redis/security/acl' },
]
},
]
}
]
},