Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com>
  • Loading branch information
iArchitSharma committed May 22, 2024
1 parent 012d107 commit 73e81b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/_includes/permissions.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
<thead>
<tr>
<th style="text-align:left; padding:1rem;">Category</th>
<th style="text-align:left; padding:1rem;">Function</th>
<th style="text-align:left; padding:1rem;">Feature</th>
<th style="text-align:left; padding:1rem;">Key Name</th>
<th style="text-align:left; padding:1rem;">Description</th>
<th style="text-align:left; padding:1rem;">Keychain ID</th>
<th style="text-align:left; padding:1rem;">Key ID</th>
<!-- <th style="text-align:left; padding:1rem;">Key ID</th> -->
</tr>
</thead>
</table>
Expand Down Expand Up @@ -61,6 +61,7 @@
row.deleteCell(5);
row.deleteCell(6);
row.deleteCell(5);
row.deleteCell(4);
});

document.getElementById('excelTable').innerHTML += tableElement.innerHTML;
Expand Down
1 change: 1 addition & 0 deletions docs/pages/reference/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ abstract: List of default permissions.


Permissions are represented as <b>keys</b>, each serving as a unique identifier for a specific permission. One or more keys can be grouped together and assigned to a <b>keychain</b>.<br>
<h6>Learn more about <a style="color: #00d3a9" onmouseover="this.style.color='#00b39f';" onmouseout="this.style.color='#00d3a9';" href="https://docs.layer5.io/cloud/security/keys/">Keys</a> and <a style="color: #00d3a9" onmouseover="this.style.color='#00b39f';" onmouseout="this.style.color='#00d3a9';" href="https://docs.layer5.io/cloud/security/keychains/">Keychains</a>.</h6>

<div style="overflow-x:auto;">
{% include_cached permissions.html %}
Expand Down

0 comments on commit 73e81b6

Please sign in to comment.