Hide UI config options for deploy and access tokens when disabled at the instance level
## Problem to solve When an Administrator has set `Enabled git protocols` to `SSH only`, this will impact the functionality of Deploy Tokens and Access Tokens (both Project and Personal). ![image.png](/uploads/04f48c54243b0e010bef698130327dd9/image.png) This leads to teams asking, "why my doesn't my {type} token work?". Administrators need to know the consequences of their selection, and downstream users should not have to ask. ## Solution Brainstorming ideas * Adjust UI text in Admin Area and crosslink to Docs. * Add a message in terminal to state why a token is no longer working * Disable or hide options that no longer will work like "read_repository" in Personal Access Tokens. * Add an info message where contextually relevant
issue