Only show signing UI when namespace is explicitly whitelisted
This commit is contained in:
parent
f5e4380a57
commit
85d382cd84
4 changed files with 11 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
|||
</div>
|
||||
|
||||
<!-- Signing and Trust -->
|
||||
<div ng-if="repository.kind == 'image'">
|
||||
<div ng-if="repository.kind == 'image' && signingWhitelisted(repository)">
|
||||
<repository-signing-config repository="repository"></repository-signing-config>
|
||||
</div>
|
||||
|
||||
|
|
Reference in a new issue