task-api

Task API

  • Alexandre Gomes
Channel Revision Published Runs on
latest/beta 4 04 Sep 2024
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
juju deploy task-api --channel beta
Show information

Platform:

Ubuntu
22.04 20.04 18.04

Learn about configurations >

  • actions | string

    • name: action1 cmd: command1
    • name: action2 cmd: command2
    • name: action3 cmd: command3

  • auth-enabled | boolean

    Enable authentication requirement to access the endpoints.

  • port | int

    Default: 8889

    HTTP port to serve the API.

  • tokens | string

    Tokens allowed to access the endpoints. Each line should contain a token followed by a user. Any string is allowed as a token. Example:

    token1: user1 token2: user2 XXXXXX: teamA