mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-31 15:29:48 +02:00
docs: image, sitemap and redirect fixes (#1263)
* docs: fix image linkes for cdn * docs: use relative top level redirect * docs: generate sitemap under /docs/
This commit is contained in:
parent
8d7f82de4e
commit
6314c43f40
14 changed files with 6 additions and 5 deletions
3
docs/docs/img/pomerium-auth-flow.svg
Normal file
3
docs/docs/img/pomerium-auth-flow.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 29 KiB |
3
docs/docs/img/pomerium-container-context.svg
Normal file
3
docs/docs/img/pomerium-container-context.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 26 KiB |
2
docs/docs/img/pomerium-diagram.svg
Normal file
2
docs/docs/img/pomerium-diagram.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 96 KiB |
3
docs/docs/img/pomerium-system-context.svg
Normal file
3
docs/docs/img/pomerium-system-context.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 36 KiB |
|
@ -33,7 +33,7 @@ Pomerium can be used to:
|
|||
|
||||
Pomerium sits between end users and services requiring strong authentication. After verifying identity with your identity provider (IdP), Pomerium uses a configurable policy to decide how to route your user's request and if they are authorized to access the service.
|
||||
|
||||
<img alt="pomerium architecture diagram" src="/pomerium-system-context.svg" width="65%">
|
||||
<img alt="pomerium architecture diagram" src="./img/pomerium-system-context.svg" width="65%">
|
||||
|
||||
### Component Level
|
||||
|
||||
|
@ -64,7 +64,7 @@ In production deployments, it is recommended that you deploy each component sepa
|
|||
|
||||
In test deployments, all four components may run from a single binary and configuration.
|
||||
|
||||
<img alt="pomerium architecture diagram" src="/pomerium-container-context.svg" width="65%">
|
||||
<img alt="pomerium architecture diagram" src="./img/pomerium-container-context.svg" width="65%">
|
||||
|
||||
### Authentication Flow
|
||||
|
||||
|
@ -73,7 +73,7 @@ Pomerium's internal and external component interactions during full authenticati
|
|||
After initial authentication to provide a session token, only the authorization check interactions occur.
|
||||
|
||||
<a href="/pomerium-auth-flow.svg">
|
||||
<img alt="pomerium architecture diagram" src="/pomerium-auth-flow.svg">
|
||||
<img alt="pomerium architecture diagram" src="./img/pomerium-auth-flow.svg">
|
||||
</a>
|
||||
|
||||
## In action
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue