A child token must be assigned the same or a subset the parent token’s policies.
A child token must be assigned the same or a subset the parent token’s policies.
A child token must indeed be assigned the same or a subset of the parent token’s policies. This ensures that child tokens do not exceed the permissions granted to the parent token, maintaining a hierarchy of access control.
A https://discuss.hashicorp.com/t/create-token-issues-child-policies-must-be-subset-of-parent/5913
Correct answer.