Skip to content

Commit ba1b4e5

Browse files
committed
fix: oss common admonition
1 parent 09561a4 commit ba1b4e5

File tree

9 files changed

+40
-8
lines changed

9 files changed

+40
-8
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
:::info Professional support?
2+
3+
Ory offers support for self-hosted Ory software through the Ory Enterprise License (OEL). Read more about the OEL
4+
[here](https://www.ory.sh/docs/self-hosted/oel).
5+
6+
:::

docs/ecosystem/changelog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Changelog and roadmap
66
## Ory Changelog
77

88
```mdx-code-block
9-
import Help from '@site/docs/_common/need-help.mdx'
9+
import Help from '@site/docs/_common/need-selfhosted-support.mdx'
1010
1111
<Help/>
1212
```

docs/hydra/self-hosted/quickstart.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ title: Quickstart
55

66
# Ory Hydra OAuth2 Server Quickstart
77

8+
```mdx-code-block
9+
import Help from '@site/docs/_common/need-selfhosted-support.mdx'
10+
11+
<Help/>
12+
```
13+
814
In this quickstart, you will set up Ory Hydra OAuth2 & OpenID Connect Server and an exemplary User Login & Consent App using
915
Docker Compose. You need to have the latest [Docker](https://www.docker.com) and [Docker Compose](https://docs.docker.com/compose)
1016
version and Git installed, as well as [`jq`](https://stedolan.github.io/jq/download/).

docs/keto/quickstart.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,22 @@
22
title: "Quickstart: Cat Videos Example"
33
---
44

5+
```mdx-code-block
6+
import Help from '@site/docs/_common/need-selfhosted-support.mdx'
7+
8+
<Help/>
9+
```
10+
511
This example describes a video sharing service. The individual videos are organized in directories. Every directory has an owner
612
and every video has the same owner as it's parent directory. The owner has elevated privileges about the video files that aren't
713
modeled individually in Ory Keto. The only other privilege modeled in this example is "view access." Every owner has view access
814
to their objects, and this privilege can be granted to other users as well. The video sharing application interprets the special
915
`*` user ID as any user, including anonymous users. Note that Ory Keto doesn't interpret this subject any differently from other
1016
subjects. It also doesn't know anything about directory structures or induced ownership.
1117

12-
:::info Terminology
13-
1418
The "Keto client" is the application interacting with Keto. In this case we refer to the video sharing service backend as the Keto
1519
client.
1620

17-
:::
18-
1921
## Starting the example
2022

2123
First, [install Keto](./install.mdx).

docs/kratos/quickstart.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ title: Quickstart
55

66
# Ory Kratos Identity Server Quickstart
77

8+
```mdx-code-block
9+
import Help from '@site/docs/_common/need-selfhosted-support.mdx'
10+
11+
<Help/>
12+
```
13+
814
import Mermaid from "@site/src/theme/Mermaid"
915
import CodeFromRemote from "@site/src/theme/CodeFromRemote"
1016

docs/oathkeeper/configure-deploy.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ title: Configure and deploy
55

66
The Ory Oathkeeper HTTP serve process `oathkeeper serve` opens two ports exposing the
77

8-
- [reverse proxy](index.md#reverse-proxy)
9-
- REST API which serves the [Access Control Decision API](index.md#access-control-decision-api) as well as other API endpoints
8+
- [reverse proxy](index.mdx#reverse-proxy)
9+
- REST API which serves the [Access Control Decision API](index.mdx#access-control-decision-api) as well as other API endpoints
1010
such as health checks, JSON Web Key Sets, and a list of available rules.
1111

1212
For this guide we're using Docker. Ory Oathkeeper however can be [installed in a variety of ways](install.mdx).

docs/oathkeeper/guides/traefik-proxy-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Traefik proxy integration
55

66
[Traefik](https://doc.traefik.io/traefik/) is modern HTTP proxy and load balancer for microservices, oathkeeper can be integrated
77
with via the [ForwardAuth Middleware](https://doc.traefik.io/traefik/middlewares/http/forwardauth/) by making use of the available
8-
[Access Control Decision API](../index.md#access-control-decision-api).
8+
[Access Control Decision API](../index.mdx#access-control-decision-api).
99

1010
To achieve this,
1111

docs/oathkeeper/index.md renamed to docs/oathkeeper/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ id: index
33
title: Introduction to Ory Oathkeeper Zero Trust Proxy
44
---
55

6+
```mdx-code-block
7+
import Help from '@site/docs/_common/need-selfhosted-support.mdx'
8+
9+
<Help/>
10+
```
11+
612
Ory Oathkeeper authorizes incoming HTTP requests. It can be the Policy Enforcement Point in your cloud architecture, i.e. a
713
reverse proxy in front of your upstream API or web server that rejects unauthorized requests and forwards authorized ones to your
814
server. If you want to use another API Gateway (Kong, Nginx, Envoy, AWS API Gateway, ...), Oathkeeper can also plug into that and

docs/polis/quickstart.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ title: Quickstart
55

66
# Get started with SAML Single Sign-On authentication
77

8+
```mdx-code-block
9+
import Help from '@site/docs/_common/need-selfhosted-support.mdx'
10+
11+
<Help/>
12+
```
13+
814
Ory Polis can be used with any web application to integrate Single Sign-On (SSO) authentication.
915

1016
There are two ways to integrate Ory Polis with an application. Depending on your use case, you can choose either one of them.

0 commit comments

Comments
 (0)