Task API
- Alexandre Gomes
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/beta | 4 | 04 Sep 2024 |
juju deploy task-api --channel beta
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
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