-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Add support of IsolationMode and RunAs configuration.
Configuration proposal (defaults):
custom:
greengrass:
groupId: 'xxxxxxxxxxxxxxxxxxxxxxx'
defaults:
isolationMode: 'GreengrassContainer'
runAs:
uid: 1
gid: 10Configuration proposal (defaults with override):
custom:
greengrass:
groupId: 'xxxxxxxxxxxxxxxxxxxxxxx'
defaults:
isolationMode: 'NoContainer'
functions:
myfunction:
handler: tasks/dummy/task.handler
greengrass:
isolationMode: 'GreengrassContainer'
runAs:
uid: 1
gid: 10Default behavior can be GreengrassContainer. Default value can be thread at DefaultConfig property instead of assign it to every functions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers