Skip to content

Commit f3f731b

Browse files
Release v1.14.0 (#279)
1 parent 94443ee commit f3f731b

File tree

2 files changed

+42
-18
lines changed

2 files changed

+42
-18
lines changed

refinery/oathkeeper/access-rules.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,30 @@
105105
config:
106106
to: http://localhost:4455/auth/login
107107

108+
- id: "kernai:refinery-gateway:fastapi"
109+
upstream:
110+
preserve_host: true
111+
url: "http://refinery-gateway:80"
112+
strip_path: /refinery-gateway/
113+
match:
114+
url: "http://localhost:4455/<{refinery-gateway/,refinery-gateway/**}>"
115+
methods:
116+
- GET
117+
- POST
118+
- PUT
119+
- DELETE
120+
authenticators:
121+
-
122+
handler: cookie_session
123+
authorizer:
124+
handler: allow
125+
mutators:
126+
- handler: id_token
127+
errors:
128+
- handler: redirect
129+
config:
130+
to: http://localhost:4455/auth/login
131+
108132
- id: "kernai:refinery-is-managed:public"
109133
upstream:
110134
preserve_host: true

refinery/versions.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
22
"REFINERY": {
3-
"AC_EXEC_ENV": "v1.13.0",
4-
"AUTHORIZER": "v1.13.0",
5-
"CONFIG": "v1.13.0",
6-
"DOC_OCK": "v1.13.0",
7-
"EMBEDDER": "v1.13.0",
8-
"ENTRY": "v1.13.0",
9-
"GATEWAY": "v1.13.0",
10-
"GATEWAY_PROXY": "v1.13.0",
11-
"ML_EXEC_ENV": "v1.13.0",
12-
"LF_EXEC_ENV": "v1.13.0",
13-
"NEURAL_SEARCH": "v1.13.0",
14-
"REFINERY": "v1.13.0",
15-
"RECORD_IDE_ENV": "v1.13.0",
16-
"TOKENIZER": "v1.13.0",
17-
"UI": "v1.13.1",
18-
"UPDATER": "v1.13.0",
19-
"WEAK_SUPERVISOR": "v1.13.0",
3+
"AC_EXEC_ENV": "v1.14.0",
4+
"AUTHORIZER": "v1.14.0",
5+
"CONFIG": "v1.14.0",
6+
"DOC_OCK": "v1.14.0",
7+
"EMBEDDER": "v1.14.0",
8+
"ENTRY": "v1.14.0",
9+
"GATEWAY": "v1.14.0",
10+
"GATEWAY_PROXY": "v1.14.0",
11+
"ML_EXEC_ENV": "v1.14.0",
12+
"LF_EXEC_ENV": "v1.14.0",
13+
"NEURAL_SEARCH": "v1.14.0",
14+
"REFINERY": "v1.14.0",
15+
"RECORD_IDE_ENV": "v1.14.0",
16+
"TOKENIZER": "v1.14.0",
17+
"UI": "v1.14.0",
18+
"UPDATER": "v1.14.0",
19+
"WEAK_SUPERVISOR": "v1.14.0",
2020
"WEBSOCKET": "v1.9.0",
21-
"ZERO_SHOT": "v1.13.0"
21+
"ZERO_SHOT": "v1.14.0"
2222
},
2323
"THIRD_PARTY": {
2424
"KRATOS": "v0.8.0-alpha.2-sqlite",

0 commit comments

Comments
 (0)