Skip to content

rhdhorchestrator/backstage-orchestrator-workflows

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 

Repository files navigation

backstage-orchestrator-workflows

Example serverless workflows for testing and demonstration of the Orchestrator Backstage plugin

Notifications workflow

See Sources

The sendnotification workflow demonstrates sending notifications via Backstage's Notifications API endpoint.

Prerequisites

  • 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
  • either configure application.properties or use set following environment variables when running the SonataFlow:

    • BACKSTAGE_NOTIFICATIONS_URL
    • NOTIFICATIONS_BEARER_TOKEN

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published