mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-23 14:07:11 +02:00
authorize: fix headers when impersonating
- Add user impersonation docs. - Add navbar link to v0.0.5 docs.
This commit is contained in:
parent
fb92466f45
commit
554e62108f
8 changed files with 134 additions and 21 deletions
|
@ -24,6 +24,7 @@ module.exports = {
|
|||
{
|
||||
text: 'Versions',
|
||||
items: [
|
||||
{ text: 'v0.0.5', link: 'https://v0-0-5.docs.pomerium.io/' },
|
||||
{ text: 'v0.0.4', link: 'https://v0-0-4.docs.pomerium.io/' },
|
||||
]
|
||||
},
|
||||
|
@ -42,7 +43,7 @@ function guideSidebar(title) {
|
|||
{
|
||||
title,
|
||||
collapsable: false,
|
||||
children: ["", "binary","from-source","helm", "kubernetes", "synology"]
|
||||
children: ["", "binary", "from-source", "helm", "kubernetes", "synology"]
|
||||
}
|
||||
];
|
||||
}
|
||||
|
@ -52,7 +53,7 @@ function docsSidebar(title) {
|
|||
{
|
||||
title,
|
||||
collapsable: false,
|
||||
children: ["", "identity-providers", "signed-headers", "certificates", "examples", "upgrading"]
|
||||
children: ["", "identity-providers", "signed-headers", "certificates", "examples", "impersonation", "upgrading"]
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue