mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Change status to delivered in flowchart. (#36800)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> **Related issue:** Resolves #36795
This commit is contained in:
parent
8570693bd1
commit
103d537dc5
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ flowchart TD
|
|||
subgraph cert["For each certificate"]
|
||||
certGet --> certServer["Server validates FLEET_VAR_*"]
|
||||
certServer --> certStatus{"Cert status?"}
|
||||
certStatus --> certStatusYes(("Pending")) & certStatusNo(("!Pending")) & certStatusNull(("null<br>(not ready)"))
|
||||
certStatus --> certStatusYes(("delivered")) & certStatusNo(("failed or<br/>verified")) & certStatusNull(("otherwise<br/>(try again later)"))
|
||||
certStatusNull --> certDone1
|
||||
certStatusNo --> certSave["Save cert as processed"]
|
||||
certSave --> certDone1(["Continue"])
|
||||
|
|
|
|||
Loading…
Reference in a new issue