Skip to content

Commit

Permalink
markdown links
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan committed Jul 9, 2024
1 parent 1ac43d6 commit 4ac37fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
15 changes: 5 additions & 10 deletions docs/user-guides/anonymous-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,12 @@
Bypass identity verification or fall back to anonymous access when credentials fail to validate

<details markdown="1">
<summary>
<strong>Authorino capabilities featured in this guide:</strong>
<ul>
<li>Identity verification & authentication → <a href="./../features.md#anonymous-access-authenticationanonymous">Anonymous access</a></li>
</ul>
</summary>

For further details about Authorino features in general, check the [docs](./../features.md).
</details>
<summary>Authorino capabilities featured in this guide:</summary>

<br/>
- Identity verification & authentication → [Anonymous access](./../features.md#anonymous-access-authenticationanonymous)

For further details about Authorino features in general, check the [docs](./../features.md).
</details>

## Requirements

Expand Down
9 changes: 3 additions & 6 deletions docs/user-guides/api-key-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@
Issue API keys stored in Kubernetes `Secret`s for clients to authenticate with your protected hosts.

<details markdown="1">
<summary>
<strong>Authorino capabilities featured in this guide:</strong>
<ul>
<li>Identity verification & authentication → <a href="../features.md#api-key-authenticationapikey">API key</a></li>
</ul>
</summary>
<summary>Authorino capabilities featured in this guide:</summary>

- Identity verification & authentication → [API key](../features.md#api-key-authenticationapikey)

In Authorino, API keys are stored as Kubernetes `Secret`s. Each resource must contain an `api_key` entry with the value of the API key, and labeled to match the selectors specified in `spec.identity.apiKey.selector` of the `AuthConfig`.

Expand Down

0 comments on commit 4ac37fd

Please sign in to comment.