Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed May 27, 2024
1 parent 0d2516a commit 336408c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions samples/greengrass/basic_discovery/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ ComponentConfiguration:
policyDescription: "Allows access to subscribe to a Greengrass IPC test topic"
operations:
- aws.greengrass#SubscribeToTopic
- aws.greengrass#PublishToTopic
resources:
- "*"
aws.greengrass.ipc.mqttproxy:
software.amazon.awssdk.sdk-gg-test-discovery:mqttproxy:1:
policyDescription: "Allows access to publish and subscribe to a Greengrass IPC test topic"
operations:
- aws.greengrass#PublishToIoTCore
- aws.greengrass#SubscribeToIoTCore
resources:
- "*"
Manifests:
Expand Down

0 comments on commit 336408c

Please sign in to comment.