@@ -37,24 +37,6 @@ When using CockroachDB Enterprise:
37
37
- Zero-downtime migrations.
38
38
- Automatic clean up of stale records - no Hydra Janitor needed.
39
39
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
-
58
40
### Ory Hydra Docker Registry
59
41
60
42
There are two Docker registries available in different regions:
@@ -68,35 +50,6 @@ import ImageTagsHydra from "./oel-hydra-image-tags.md"
68
50
69
51
<ImageTagsHydra />
70
52
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
-
100
53
To run the Ory Hydra Enterprise build, you need to set the ` DSN ` environment variable to the
101
54
[ database connection string] ( ../deployment.md ) and provide a [ configuration file] ( ../../hydra/reference/configuration.mdx ) .
102
55
@@ -180,3 +133,64 @@ Install Ory Hydra
180
133
```
181
134
helm install ory-oel-hydra ory/hydra --namespace ory --create-namespace -f values.yaml
182
135
```
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