Skip to content

Passwords and Security

Warning

We strongly recommend to use variables instead of plain text passwords at any time. Such variables can be defined and maintained only in the user interface of Video Toolkit (Admin->Secrets)

Note

You need admin privileges within your organization to set up an organizational secret.

Once a password was saved as an organizational secret, any tool which requires a password can be run by using the variable instead.

Example:

{
    "tool": "shaka:package_dash",
    "parameters": {
        "password": "{drmtoday:api}",
        ...
        ...
    }
}