Aurras
  • Overview
  • Components
    • Core
      • Configuration
    • Event Feed
      • Event Feed - Substrate
        • Configuration
        • Deployment
          • Docker Compose
          • Kubernetes
  • Dependencies
    • Docker
      • Environments
        • Windows
        • macOS
        • Ubuntu
    • Docker Compose
      • Environments
        • Windows
        • macOS
        • Ubuntu
    • Kubernetes
      • Environments
        • Windows
        • macOS
        • Ubuntu
    • Helm
    • Openwhisk
      • Deployment
        • Docker Compose
        • Kubernetes
          • Environment
            • Windows
            • macOS
            • Ubuntu
Powered by GitBook
On this page
  • Openwhisk API Host
  • Openwhisk API Key
  • Openwhisk Namespace
  1. Components
  2. Core

Configuration

Configuration values below are passed as parameters to the script.

Openwhisk API Host

Openwhisk API Endpoint to where the actions to be deployed

Parameter

Default Value

--openwhiskApiHost

https://localhost:31001

usage

./deploy.sh --openwhiskApiHost https://localhost:31001

Openwhisk API Key

Openwhisk authentication key.

Parameter

Default Value

--openwhiskApiKey

23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP

usage

./deploy.sh --openwhiskApiKey 23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP

Openwhisk Namespace

Organization space where the actions to be deployed

Parameter

Default Value

--openwhiskNamespace

guest

usage

./deploy.sh --openwhiskNamespace guest
PreviousCoreNextEvent Feed

Last updated 4 years ago