Clarify that a custom SSL cert might be needed for QSS

This commit is contained in:
Joseph Schorr 2017-03-24 17:18:27 -04:00
parent e509eb4cba
commit de07dc1a78

View file

@ -14,7 +14,7 @@
</div> </div>
<!-- Custom SSL certificates --> <!-- Custom SSL certificates -->
<div class="co-panel"> <div class="co-panel" id="custom-ssl">
<div class="co-panel-heading"> <div class="co-panel-heading">
<i class="fa fa-certificate"></i> Custom SSL Certificates <i class="fa fa-certificate"></i> Custom SSL Certificates
</div> </div>
@ -342,6 +342,16 @@
</div> </div>
<table class="config-table" ng-if="config.FEATURE_SECURITY_SCANNER"> <table class="config-table" ng-if="config.FEATURE_SECURITY_SCANNER">
<tr>
<td>Authentication Key:</td>
<td>
<span class="config-service-key-field" service-name="{{ config.SECURITY_SCANNER_ISSUER_NAME || 'secscan' }}"></span>
<div class="help-text">
The security scanning service requires an authorized service key to speak to Quay. Once setup, the key
can be managed in the Service Keys panel under the Super User Admin Panel.
</div>
</td>
</tr>
<tr> <tr>
<td>Security Scanner Endpoint:</td> <td>Security Scanner Endpoint:</td>
<td> <td>
@ -351,15 +361,8 @@
<div class="help-text"> <div class="help-text">
The HTTP URL at which the security scanner is running. The HTTP URL at which the security scanner is running.
</div> </div>
</td> <div class="co-alert co-alert-info" ng-if="config.SECURITY_SCANNER_ENDPOINT.indexOf('https:') == 0" style="margin-top: 20px;">
</tr> Is the security scanner behind a domain signed with a <strong>self-signed TLS certificate</strong>? If so, please make sure to register your SSL CA in the <a href="#custom-ssl">custom certificates panel</a> above.
<tr>
<td>Authentication Key:</td>
<td>
<span class="config-service-key-field" service-name="{{ config.SECURITY_SCANNER_ISSUER_NAME || 'secscan' }}"></span>
<div class="help-text">
The security scanning service requires an authorized service key to speak to Quay. Once setup, the key
can be managed in the Service Keys panel under the Super User Admin Panel.
</div> </div>
</td> </td>
</tr> </tr>