-
Notifications
You must be signed in to change notification settings - Fork 44
Augment template source list: include if authenticated, username if available #3101
Comments
@rwalle61 I think including whether the template source has authentication in the template source list is useful too. I want to have an edit template source wizard and I need to know when to include the authentication page and when not to. I can open a separate issue if you prefer. It might also be useful to the user if it shows in the template source table in the IDE which template sources are authenticated and which are not. |
FYI whoever picks this up: The current output from
@eharris369 is suggesting PFE return the username for any secure template repos (such as the GHE one). So something like:
@eharris369 would the IDEs like an Bear in mind that currently someone can add secure template repos using |
/assign |
It only needs to be there on secure template repos. If the |
I noticed that the authentication object is showing up for repos that are not authenticated.
So there is no difference between this and a template source that is authenticated using an access token:
The IDEs need to be able to tell the difference. So either the authentication object should not show up on repos that don't need authentication or there should be a flag in the object to indicate if authentication is required or not. |
Further requirement for #2647
Include the username in the template source list if available, similar to how it is included in the
cwctl connections list
output. This way the user does not need to re-type in their username if they are updating the password.The text was updated successfully, but these errors were encountered: