Skip to content

Commit 85435ed

Browse files
authored
chore: update oel structure (#2260)
1 parent 880230e commit 85435ed

File tree

2 files changed

+68
-47
lines changed

2 files changed

+68
-47
lines changed

docs/self-hosted/oel/polis/changelog.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,10 @@ id: changelog
33
title: Changelog for Ory Polis OEL
44
sidebar_label: Changelog
55
---
6+
7+
## 2025-07-28
8+
9+
Tag: `c2370d3c35c060459b46f1c77b2241a23a1b04eb`
10+
11+
No specific upgrade steps are required for this release. The Ory Polis OEL image is now available in the Ory Enterprise Docker
12+
Registry.

docs/self-hosted/oel/quickstart.mdx

Lines changed: 61 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,6 @@ When using CockroachDB Enterprise:
3737
- Zero-downtime migrations.
3838
- Automatic clean up of stale records - no Hydra Janitor needed.
3939

40-
## Ory Oathkeeper Enterprise License
41-
42-
The Ory Oathkeeper Enterprise license includes additional features and support for enterprise customers:
43-
44-
- Regular releases addressing CVEs and security vulnerabilities.
45-
46-
## Ory Polis Enterprise License
47-
48-
The Ory Polis Enterprise license includes additional features and support for enterprise customers:
49-
50-
- Regular releases addressing CVEs and security vulnerabilities.
51-
52-
## Ory Kratos Enterprise License
53-
54-
The Ory Kratos Enterprise license includes additional features and support for enterprise customers:
55-
56-
- Regular releases addressing CVEs and security vulnerabilities.
57-
5840
### Ory Hydra Docker Registry
5941

6042
There are two Docker registries available in different regions:
@@ -68,35 +50,6 @@ import ImageTagsHydra from "./oel-hydra-image-tags.md"
6850

6951
<ImageTagsHydra />
7052

71-
### Ory Oathkeeper Docker Registry
72-
73-
This is Docker registries available in the EU region:
74-
`europe-docker.pkg.dev/ory-artifacts/ory-enterprise-oathkeeper/oathkeeper-oel`
75-
76-
import ImageTagsOathkeeper from "./oel-oathkeeper-image-tags.md"
77-
78-
Image tags:
79-
80-
<ImageTagsOathkeeper />
81-
82-
import ImageTagsKratos from "./oel-kratos-image-tags.md"
83-
84-
Image tags:
85-
86-
<ImageTagsKratos />
87-
88-
### Docker
89-
90-
Enterprise Docker images are kept in a private registry that requires authorization. An authorization key is provided for each
91-
customer separately. The next steps assume that the key is stored in `keyfile.json`.
92-
93-
To authenticate to docker registry execute:
94-
95-
```
96-
gcloud auth activate-service-account --key-file=keyfile.json
97-
gcloud auth configure-docker europe-docker.pkg.dev
98-
```
99-
10053
To run the Ory Hydra Enterprise build, you need to set the `DSN` environment variable to the
10154
[database connection string](../deployment.md) and provide a [configuration file](../../hydra/reference/configuration.mdx).
10255

@@ -180,3 +133,64 @@ Install Ory Hydra
180133
```
181134
helm install ory-oel-hydra ory/hydra --namespace ory --create-namespace -f values.yaml
182135
```
136+
137+
## Ory Oathkeeper Enterprise License
138+
139+
The Ory Oathkeeper Enterprise license includes additional features and support for enterprise customers:
140+
141+
- Regular releases addressing CVEs and security vulnerabilities.
142+
143+
### Ory Oathkeeper Docker Registry
144+
145+
This is Docker registries available in the EU region:
146+
`europe-docker.pkg.dev/ory-artifacts/ory-enterprise-oathkeeper/oathkeeper-oel`
147+
148+
import ImageTagsOathkeeper from "./oel-oathkeeper-image-tags.md"
149+
150+
Image tags:
151+
152+
<ImageTagsOathkeeper />
153+
154+
## Ory Polis Enterprise License
155+
156+
The Ory Polis Enterprise license includes additional features and support for enterprise customers:
157+
158+
- Regular releases addressing CVEs and security vulnerabilities.
159+
160+
### Ory Polis Docker Registry
161+
162+
This is Docker registries available in the EU region: `europe-docker.pkg.dev/ory-artifacts/ory-enterprise-polis/polis-oel`
163+
164+
import ImageTagsPolis from "./oel-polis-image-tags.md"
165+
166+
Image tags:
167+
168+
<ImageTagsPolis />
169+
170+
## Ory Kratos Enterprise License
171+
172+
The Ory Kratos Enterprise license includes additional features and support for enterprise customers:
173+
174+
- Regular releases addressing CVEs and security vulnerabilities.
175+
176+
### Ory Kratos Docker Registry
177+
178+
This is Docker registries available in the EU region: `europe-docker.pkg.dev/ory-artifacts/ory-enterprise-kratos/kratos-oel`
179+
180+
import ImageTagsKratos from "./oel-kratos-image-tags.md"
181+
182+
Image tags:
183+
184+
<ImageTagsKratos />
185+
186+
## Docker Registry
187+
188+
Enterprise Docker images are kept in a private registry that requires authorization. An authorization key is provided for each
189+
customer separately. The next steps assume that the key is stored in `keyfile.json`.
190+
191+
To authenticate to docker registry execute:
192+
193+
```
194+
gcloud auth activate-service-account --key-file=keyfile.json
195+
gcloud auth configure-docker europe-docker.pkg.dev
196+
```

0 commit comments

Comments
 (0)