ROCKIT Edge - Admin API
Introduction
Generating Administrator Tokens
edge/gen-admin-token "<secret_b64>" "<username>"
secret_b64
can be obtained from the OCI vault rockitplay-vault
. In the vault, navigate to "Secrets" and select the compartment edge-comp-{workspace}
. Identify the secret EDGE_ADMIN_SECRET_{WORKSPACE}
.{RANDOM_INSTANCE_ID}
and copy its base64 encoded content.The second argument (
username
) in the gen-admin-token.sh
command line is any meaningful identifier of the ROCKIT Edge administrator such as John Doe
or johndoe@example.com
.The generated administrator token should be shared with the ROCKIT Edge administrator user(s) and will be referred to as
EDGE_ADMIN_TOKEN_{WORKSPACE}
below.