generated from coulomb/repo-seed
Show OpenBao ceremony as next action
This commit is contained in:
@@ -421,6 +421,10 @@ def kit_next_action(kit_gates: list[Gate]) -> str:
|
|||||||
|
|
||||||
def next_action(gates: list[Gate], kit_gates: list[Gate] | None = None) -> str:
|
def next_action(gates: list[Gate], kit_gates: list[Gate] | None = None) -> str:
|
||||||
for gate in gates:
|
for gate in gates:
|
||||||
|
if gate.status == "human":
|
||||||
|
if gate.name == "OpenBao init ceremony":
|
||||||
|
return "Run attended OpenBao init ceremony"
|
||||||
|
return gate.name
|
||||||
if gate.status == "blocked":
|
if gate.status == "blocked":
|
||||||
if gate.name == "King credential kit":
|
if gate.name == "King credential kit":
|
||||||
if kit_gates is not None:
|
if kit_gates is not None:
|
||||||
|
|||||||
Reference in New Issue
Block a user