Temporal Worker

  • Commercial Systems
Channel Revision Published Runs on
latest/stable 9 08 Mar 2024
Ubuntu 22.04
latest/edge 19 08 Oct 2024
Ubuntu 22.04
juju deploy temporal-worker-k8s --channel edge
Show information

Platform:

Learn about actions >

  • add-vault-secret

    Creates a secret in Vault.

    If a secret already exists at the same path, it either updates it if it's an existing key or appends it if it's a new one.

    Params
    • key string

      The key to create.

    • path string

      The path to create the secret in.

    • value string

      The value to create.

    Required

    path, key, value

  • get-vault-secret

    Reads a secret from Vault.

    Params
    • key string

      The key to create.

    • path string

      The path to create the secret in.

    Required

    path, key

  • restart

    Restart the Temporal worker.