Hi,
I am rather confused in these 3 policies ("token_policies", "identity_policies" and "policies").
Scenario:
- I have a user with these identity_policies

- I want to create a token with only "vyaguta" policy attached to it.
- Command:
$ vault token create -policy=vyaguta
- Now, this token has these policies.
Questions:
1. What is the different between "token_policies", "identity_policies" and "policies"?
2. Even though I created a token with " -policy=vyaguta ", this token seems to have admin access as well. How do I create a token with only one policy attached to it?
3. By reading the docs, I found out that " orphan tokens " can be used for attaching one policy for the token. But what is the use of " vault token create -policy=vyaguta " then? Very confused here.