Skip to content

Best Practice Question: IPC using external component e.g. captive portal system service #1090

Answered by nenadilic84
MartinLoeper asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, that would definitely be possible.
To do this you would need to append files to the original greengrass recipe that adds the greengrass-cli component.

On which files you would need to add and their location I suggest you take a look at the installation after using the easy setup on, for example on ubuntu:

sudo -E java -Droot="/greengrass/v2" -Dlog.store=FILE \
  -jar ./GreengrassInstaller/lib/Greengrass.jar \
  --aws-region region \
  --thing-name MyGreengrassCore \
  --thing-group-name MyGreengrassCoreGroup \
  --thing-policy-name GreengrassV2IoTThingPolicy \
  --tes-role-name GreengrassV2TokenExchangeRole \
  --tes-role-alias-name GreengrassCoreTokenExchangeRoleAlias \
  --componen…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@MartinLoeper
Comment options

@MartinLoeper
Comment options

Answer selected by thomas-roos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1089 on November 08, 2022 18:04.