Skip to content

Commit

Permalink
Merge pull request #532 from sebadob/doc-exposed-swagger-ui
Browse files Browse the repository at this point in the history
doc: mention link to exposed SwaggerUI
  • Loading branch information
sebadob authored Aug 5, 2024
2 parents 28b2457 + e34eab8 commit 344e79c
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 2 deletions.
9 changes: 9 additions & 0 deletions book/src/swagger.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ If you want to test certain endpoints, I suggest you <b>create an API Key</b> fo
you like.
```

```admonish hint
If you just want to take a look at the SwaggerUI when you have no running Rauthy instance yet, I have a test / dev
instance running which exposes the API docs:
<a href="https://iam.sebadob.dev/docs/v1/swagger-ui/" target="_blank">Swagger UI</a>
Please note that this is a testing instance and it might not be online all the time or be running the latest nightly
build, but everything should be fine most of the time.
```

## External Access

If you open the Rauthy Admin UI and navigate to `Docs`, you will find a link to the Swagger UI that each Rauthy instance
Expand Down
13 changes: 13 additions & 0 deletions docs/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -4395,6 +4395,19 @@ <h2 id="rotation-event"><a class="header" href="#rotation-event">Rotation Event<
you like.</p>
</div>
</div>
<div id="admonition-hint" class="admonition admonish-tip">
<div class="admonition-title">
<p>Hint</p>
<p><a class="admonition-anchor-link" href="swagger.html#admonition-hint"></a></p>
</div>
<div>
<p>If you just want to take a look at the SwaggerUI when you have no running Rauthy instance yet, I have a test / dev
instance running which exposes the API docs:
<a href="https://iam.sebadob.dev/docs/v1/swagger-ui/" target="_blank">Swagger UI</a></p>
<p>Please note that this is a testing instance and it might not be online all the time or be running the latest nightly
build, but everything should be fine most of the time.</p>
</div>
</div>
<h2 id="external-access"><a class="header" href="#external-access">External Access</a></h2>
<p>If you open the Rauthy Admin UI and navigate to <code>Docs</code>, you will find a link to the Swagger UI that each Rauthy instance
hosts. By default, in production this will not be exposed and the link in the UI will not be working as mentioned in the
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/searchindex.json

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions docs/swagger.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,19 @@ <h1 id="swagger-ui"><a class="header" href="#swagger-ui">Swagger UI</a></h1>
you like.</p>
</div>
</div>
<div id="admonition-hint" class="admonition admonish-tip">
<div class="admonition-title">
<p>Hint</p>
<p><a class="admonition-anchor-link" href="#admonition-hint"></a></p>
</div>
<div>
<p>If you just want to take a look at the SwaggerUI when you have no running Rauthy instance yet, I have a test / dev
instance running which exposes the API docs:
<a href="https://iam.sebadob.dev/docs/v1/swagger-ui/" target="_blank">Swagger UI</a></p>
<p>Please note that this is a testing instance and it might not be online all the time or be running the latest nightly
build, but everything should be fine most of the time.</p>
</div>
</div>
<h2 id="external-access"><a class="header" href="#external-access">External Access</a></h2>
<p>If you open the Rauthy Admin UI and navigate to <code>Docs</code>, you will find a link to the Swagger UI that each Rauthy instance
hosts. By default, in production this will not be exposed and the link in the UI will not be working as mentioned in the
Expand Down

0 comments on commit 344e79c

Please sign in to comment.