Account Delegation
What is account delegation
Setting up delegation
Setting up the Scenario
meeco users:create -p password > .riker.yaml
meeco users:create -p password > .homer.yaml# List out available templates
meeco templates:list -a .riker.yaml
# Create an item config file from one of the chosen templates
meeco items:create-config vehicle -a .riker.yaml > .riker-vehicle-config.yaml
# Extra step, open up the above item config yaml file and modify it in your chosen text editor
# Create the item using the above item config yaml
meeco items:create -i .riker-vehicle-config.yaml -a .riker.yaml > .riker-vehicle.yamlCreating the Delegation Connection
Sharing the Key Encryption Key
Reading User data as a delegate user
Last updated