mirror of
https://github.com/paralus/paralus.git
synced 2026-08-24 15:47:19 +00:00
updated changelog for v0.1.9 release
Signed-off-by: nirparikh05 <nir.parikh05@gmail.com>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
## Understanding Bootstrapping and Sentry CA flow
|
||||
|
||||
``` mermaid
|
||||
sequenceDiagram
|
||||
participant sentry
|
||||
participant bootstrapinfra
|
||||
participant bootstrapagent
|
||||
participant agent
|
||||
sentry->>sentry: create selfsign ca cert / private-key
|
||||
sentry->>bootstrapinfra: create bootstrap-infra entries
|
||||
sentry->>bootstrapagent: create bootstrap-agent entries
|
||||
agent->>agent: create csr ( with private key )
|
||||
agent->>sentry: register request ( infra-ref, agent-token )
|
||||
sentry->>bootstrapagent: check agent-token
|
||||
sentry->>bootstrapinfra: get ca cert/private-key to sign csr
|
||||
sentry->>sentry: sign agent csr
|
||||
sentry->>agent: respond signed cert
|
||||
```
|
||||
Reference in New Issue
Block a user