Skip to content

Commit

Permalink
removes Admin button on cluster secrets screen
Browse files Browse the repository at this point in the history
the admin token is considered as a sensitive data and will not be returned
in responses from the API server.
  • Loading branch information
p0lyn0mial committed Sep 26, 2018
1 parent 4c78e69 commit 61993cc
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,7 @@
<div fxFlex="50%">
<strong>Tokens</strong>
</div>
<div fxFlex="50%">
<div class="clickable inline copy" ngxClipboard [cbContent]="cluster.address['adminToken']" matTooltip="click to copy">
<span class="iconDocuments"></span>
<strong>Admin</strong>
</div>
<strong class="inlineSeperator"> / </strong>
<div>
<div class="clickable inline" (click)="revokeAdminTokenDialog()">
<strong>Revoke</strong>
</div>
Expand Down

0 comments on commit 61993cc

Please sign in to comment.