README: consistent tabbing
some of these items were space indented, others were tabbed. Use tabs.
This commit is contained in:
parent
70eb87d87c
commit
14cf24da7f
1 changed files with 3 additions and 3 deletions
|
@ -13,13 +13,13 @@ We named the project 'dex' because it is a central index of users that other pie
|
||||||
dex consists of multiple components:
|
dex consists of multiple components:
|
||||||
|
|
||||||
- **dex-worker** is the primary server component of dex
|
- **dex-worker** is the primary server component of dex
|
||||||
- host a user-facing API that drives the OIDC protocol
|
- host a user-facing API that drives the OIDC protocol
|
||||||
- proxy to remote identity providers via "connectors"
|
- proxy to remote identity providers via "connectors"
|
||||||
- provides an API for administrators to manage users.
|
- provides an API for administrators to manage users.
|
||||||
- **dex-overlord** is an auxiliary process responsible for various administrative tasks:
|
- **dex-overlord** is an auxiliary process responsible for various administrative tasks:
|
||||||
- rotation of keys used by the workers to sign identity tokens
|
- rotation of keys used by the workers to sign identity tokens
|
||||||
- garbage collection of stale data in the database
|
- garbage collection of stale data in the database
|
||||||
- provides an API for bootstrapping the system.
|
- provides an API for bootstrapping the system.
|
||||||
- **dexctl** is a CLI tool used to manage a dex deployment
|
- **dexctl** is a CLI tool used to manage a dex deployment
|
||||||
- configure identity provider connectors
|
- configure identity provider connectors
|
||||||
- administer OIDC client identities
|
- administer OIDC client identities
|
||||||
|
|
Reference in a new issue