-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
c:roflCategory: ROFLCategory: ROFL
Description
Currently, there are two ways to configure your ROFL:
- define secrets in rofl.yaml which are fed to your docker image
- define publicly visible variables in
compose.yaml
,Dockerfile
, or the image itself
Step 2. will produce a different enclave ID for different configuration every build which is annoying since it's still the same (audited) app. Add support for defining publicly exposed variables to rofl.yaml
. They should work exactly the same as secrets, just that they are unencrypted.
Rough TODO:
- cli: Similar to
secrets
add anotherenvironment
section torofl.yaml
deployment. - cli: Similar to
oasis rofl secret
addoasis rofl environment
cmd (aliasenv
) - cli: Make sure there are no name collisions with secrets.
- explorer: Add support to Explorer
Metadata
Metadata
Assignees
Labels
c:roflCategory: ROFLCategory: ROFL