[RFE] Default credentials #211
Labels
needs-kind
Indicates an issue or PR lacks a `kind/foo` label and requires one.
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
What is the problem?
Credentials need to be manually assigned to applications once they are created/imported.
Why is this a problem?
In a common enterprise scenario, application repositories are secured. That means that in a large application import, considering that credentials can't be included in the CSV file, the first discovery operation will fail until the user manually associates credentials with each application. This introduces a manual step in a process that should be as automated as possible to tackle large application portfolios effectively and start surfacing information as early as possible.
A different scenario that makes this more of a problem would be related to application discovery, as it would be important to automate the insights collection as much as possible as soon as applications are discovered if the source platform contained information about the application repository.
Proposed solution
Allow Administrators to define default credentials that will be automatically associated to all applications, including all newly created ones. This should follow some rules:
This could add more automation on the import and insights surfacing process by enabling a flow like the following:
The text was updated successfully, but these errors were encountered: