Orphan tokens are tokens that are root of their own token tree. This means that they do not have any
parent token associated with them, and they do not expire when their parent token expires. Orphan
tokens are useful for scenarios where you need a short-lived and independent token, such as for
testing or debugging purposes. Orphan tokens can also be used to create temporary access tokens
for applications or services that need to communicate with Vault without using a long-lived root
token. Reference: Tokens | Vault | HashiCorp Developer, Vault cli: how to create orphan token with
role - HashiCorp Discuss