Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dbp-relay-server-template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
digital blueprint
Relay API Gateway
dbp-relay-server-template
Commits
2f27c75e
Commit
2f27c75e
authored
Nov 15, 2022
by
Reiter, Christoph
Browse files
Options
Downloads
Patches
Plain Diff
Update core/auth and remove deprecated options
parent
cb48d3c4
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#205130
passed
Nov 16, 2022
Stage: test
Changes
3
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.env
+1
-3
1 addition, 3 deletions
.env
composer.lock
+12
-12
12 additions, 12 deletions
composer.lock
config/packages/dbp_relay_auth.yaml
+1
-5
1 addition, 5 deletions
config/packages/dbp_relay_auth.yaml
with
14 additions
and
20 deletions
.env
+
1
−
3
View file @
2f27c75e
...
...
@@ -26,8 +26,6 @@ CORE_API_LOGO_PATH=bundles/dbprelaycore/logo.png
###> dbp/relay-auth-bundle ###
AUTH_SERVER_URL=https://auth.your-server/auth/realms/your-realm
AUTH_APIDOCS_KEYCLOAK_SERVER=https://auth.your-server/auth
AUTH_APIDOCS_KEYCLOAK_REALM=your-realm
AUTH_APIDOCS_KEYCLOAK_CLIENT_ID=api-docs-client-id
AUTH_FRONTEND_CLIENT_ID=api-docs-client-id
###< dbp/relay-auth-bundle ###
This diff is collapsed.
Click to expand it.
composer.lock
+
12
−
12
View file @
2f27c75e
...
...
@@ -229,11 +229,11 @@
},
{
"name": "dbp/relay-auth-bundle",
"version": "v0.1.1
1
",
"version": "v0.1.1
2
",
"source": {
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-auth-bundle.git",
"reference": "
4573263f7e8f64d97b57d8c0ca0045f1882df755
"
"reference": "
d06af6d8be43f62606bc732893d72e6867adaffa
"
},
"require": {
"dbp/relay-core-bundle": "^0.1.51",
...
...
@@ -279,15 +279,15 @@
"AGPL-3.0-or-later"
],
"description": "Authentification bundle for the Relay API gateway",
"time": "2022-11-
08
T1
4
:4
0:08
+00:00"
"time": "2022-11-
15
T1
2
:4
6:31
+00:00"
},
{
"name": "dbp/relay-core-bundle",
"version": "v0.1.5
5
",
"version": "v0.1.5
9
",
"source": {
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-core-bundle",
"reference": "
b1d1eaa5e9efc58a09e6176215c243041df168f3
"
"reference": "
05266632fdb82ec59ec9a5c9126d602eb7e94361
"
},
"require": {
"api-platform/core": "^2.6.8 <2.7.0",
...
...
@@ -351,7 +351,7 @@
"AGPL-3.0-or-later"
],
"description": "The core bundle of the Relay API gateway",
"time": "2022-11-1
0
T1
0:15:38
+00:00"
"time": "2022-11-1
5
T1
2:51:49
+00:00"
},
{
"name": "dbp/relay-maker-bundle",
...
...
@@ -1161,16 +1161,16 @@
},
{
"name": "kevinrob/guzzle-cache-middleware",
"version": "v4.0.
1
",
"version": "v4.0.
2
",
"source": {
"type": "git",
"url": "https://github.com/Kevinrob/guzzle-cache-middleware.git",
"reference": "
0a61532ee8bf278a0d875a86a536aeeab592da5
a"
"reference": "
24b93edc942f2eaaeb17f7ae0d6db0f77f4ed4e
a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Kevinrob/guzzle-cache-middleware/zipball/
0a61532ee8bf278a0d875a86a536aeeab592da5
a",
"reference": "
0a61532ee8bf278a0d875a86a536aeeab592da5
a",
"url": "https://api.github.com/repos/Kevinrob/guzzle-cache-middleware/zipball/
24b93edc942f2eaaeb17f7ae0d6db0f77f4ed4e
a",
"reference": "
24b93edc942f2eaaeb17f7ae0d6db0f77f4ed4e
a",
"shasum": ""
},
"require": {
...
...
@@ -1239,9 +1239,9 @@
],
"support": {
"issues": "https://github.com/Kevinrob/guzzle-cache-middleware/issues",
"source": "https://github.com/Kevinrob/guzzle-cache-middleware/tree/v4.0.
1
"
"source": "https://github.com/Kevinrob/guzzle-cache-middleware/tree/v4.0.
2
"
},
"time": "2022-
03-15T21:47
:1
0
+00:00"
"time": "2022-
10-02T13:13
:1
8
+00:00"
},
{
"name": "monolog/monolog",
...
...
This diff is collapsed.
Click to expand it.
config/packages/dbp_relay_auth.yaml
+
1
−
5
View file @
2f27c75e
dbp_relay_auth
:
server_url
:
'
%env(AUTH_SERVER_URL)%'
# (optional) This allows you to log into the auto generated OpenAPI documentation page
# which you can see when visiting the server with a browser. Remove to disable.
frontend_keycloak_server
:
'
%env(AUTH_APIDOCS_KEYCLOAK_SERVER)%'
frontend_keycloak_realm
:
'
%env(AUTH_APIDOCS_KEYCLOAK_REALM)%'
frontend_keycloak_client_id
:
'
%env(AUTH_APIDOCS_KEYCLOAK_CLIENT_ID)%'
\ No newline at end of file
frontend_client_id
:
'
%env(AUTH_FRONTEND_CLIENT_ID)%'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment