Why does not 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?

Hey @synergiator - Vault is an API first design and as a result not everything makes it into the UI right away. If this is an important feature for you, I would recommend submitting an issue in the Vault GitHub repository for the feature request and if you’re an enterprise customer submit a feature request via the support portal.