Currently Harness input variables only support "hard coded" allowed values. It would be useful if an input's allowed values can be linked to a harness entity. For example if I have an input for "secret", instead of hard coding a list of secret IDs I should be able to "link" allowed values to <+project.secrets.type("text")>
Similarly for connectors
<+project.connectors.type("artifactory")>