mercedes-benz / sechub

SecHub provides a central API to test software with different security tools.
https://mercedes-benz.github.io/sechub/
MIT License
265 stars 65 forks source link

Provide Web UI for administrators, users and owners #11

Open de-jcup opened 5 years ago

de-jcup commented 5 years ago

Currently we provide only a spartanic admin ui for developers.

We must provide a web admin UI for better and comfortable administration. The developer tools admin ui is only a first step or something to debug / test features etc. but not really a tool for operation.

Wanted:

de-jcup commented 4 years ago

@jeeppler

Login mechanism

We will provide UI login by OpenIDConnect and technical access via apiToken.

So login to OpenID provider is necessary for UI but not for technical access like done for jenkins builds using sechub - means: If OpenID provider is down a build server is still able to access sechub...

How do we handle UI login and apiToken access parallel?

Technology decisions

Issue-Tracking