Why does the Vault UI display roles?

Thanks to the Vault/GitLab integration, you can automate your CI/CD while mapping GitLab repositories (“projects”) to Vault roles and configure their access using policies.

Vault UI displays policy definitions, but not roles. Effectively, it’s possible to manage roles only via console.

To list roles, for example:

vault list auth/jwt/role

Is this intended by design or will change one day?