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:
parent
756200c2db
commit
3bfd976a61
3 changed files with 167 additions and 1 deletions
|
|
@ -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' },
|
||||
]
|
||||
},
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue