$ go mod tidy && go get -u
$ apt-get update && apt-get -y install --no-install-recommends ffmpeg libavcodec-dev libavutil-dev libavformat-dev libswscale-dev
VAULT_ROLE_ID=
VAULT_SECRET_ID=
$ vault auth enable approle
$ vault write auth/approle/role/dratini-role secret_id_ttl=0 token_policies=common-policy,dratini-policy
$ vault read auth/approle/role/dratini-role/role-id
$ vault write -f auth/approle/role/dratini-role/secret-id