Example serverless workflows for testing and demonstration of the Orchestrator Backstage plugin
See Sources
The sendnotification
workflow demonstrates sending notifications via Backstage's Notifications API endpoint.
-
Backstage with the Notifications plugin deployed
-
use shared-secret authentication for external access of the Backstage backend API
- hint for the
app-config.yaml
:
backend: baseUrl: http://localhost:7007 auth: externalAccess: - type: static options: # echo mycurlpasswd | base64 token: bXljdXJscGFzc3dkCg== subject: my-external-feed
- hint for the
-
either configure application.properties or use set following environment variables when running the SonataFlow:
BACKSTAGE_NOTIFICATIONS_URL
NOTIFICATIONS_BEARER_TOKEN