opendut
opendut copied to clipboard
CLEO could provide a way to manage resources à la `kubectl`
Examples for templating files in Bash:
https://github.com/eclipse-opendut/opendut/blob/fc68ff9c334ae92ad67cdcc9caf1fc81465b7ea4/resources/development/tls/generate-certificates.sh#L21-L29
https://github.com/eclipse-opendut/opendut/blob/fc68ff9c334ae92ad67cdcc9caf1fc81465b7ea4/.ci/docker/keycloak/keycloak_functions.sh#L64-L76
(The << pipes into stdin of the preceding command.)
Add CAN configuration options in CLEO as already implemented for LEA in #276
Merged in #229.