swf-runtime 1.0.0-alpha9

Runtime engine for Serverless Workflow DSL — execute, validate, and orchestrate workflows
Documentation
document:
  dsl: '1.0.0-alpha5'
  namespace: test
  name: openid-authentication-secret-client-credentials-endpoint
  version: '0.0.1'
do:
  - getPet:
      call: http
      with:
        method: get
        endpoint:
          uri: http://localhost:8881/hello
          authentication:
            oidc:
              authority: http://localhost:8888/realms/test-realm/protocol/openid-connect/token
              grant: client_credentials
              request:
                encoding: application/x-www-form-urlencoded
              client:
                id: ${ .clientId }
                secret: ${ .clientSecret }
              issuers:
                - http://localhost:8888/realms/test-realm