Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dbp-relay-auth-bundle
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-auth-bundle
Commits
d06af6d8
Commit
d06af6d8
authored
2 years ago
by
Reiter, Christoph
Browse files
Options
Downloads
Patches
Plain Diff
release
parent
2d58c86e
No related branches found
No related tags found
No related merge requests found
Pipeline
#204679
passed
2 years ago
Stage: test
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+5
-0
5 additions, 0 deletions
CHANGELOG.md
docs/config.md
+2
-17
2 additions, 17 deletions
docs/config.md
with
7 additions
and
17 deletions
CHANGELOG.md
+
5
−
0
View file @
d06af6d8
# v0.1.12 - 2022-11-15
*
Added new
`frontend_client_id`
config entry as a replacement for
`frontend_keycloak_client_id`
*
Deprecated config entries:
`frontend_keycloak_server`
,
`frontend_keycloak_realm`
,
`frontend_keycloak_client_id`
# v0.1.9 - 2022-05-11
# v0.1.9 - 2022-05-11
*
Add a health check for remote token validation via the introspection endpoint
*
Add a health check for remote token validation via the introspection endpoint
...
...
This diff is collapsed.
Click to expand it.
docs/config.md
+
2
−
17
View file @
d06af6d8
...
@@ -20,12 +20,8 @@ dbp_relay_auth:
...
@@ -20,12 +20,8 @@ dbp_relay_auth:
remote_validation_id
:
~
# Example: client-token-check
remote_validation_id
:
~
# Example: client-token-check
# The client secret for the client referenced by client_id (optional)
# The client secret for the client referenced by client_id (optional)
remote_validation_secret
:
~
# Example: mysecret
remote_validation_secret
:
~
# Example: mysecret
# The Keycloak server base URL
# The client ID for the OIDC client (authorization code flow) used for API docs and other frontends provided by the API itself
frontend_keycloak_server
:
~
# Example: 'https://keycloak.example.com/auth'
frontend_client_id
:
~
# Example: client-docs
# The keycloak realm
frontend_keycloak_realm
:
~
# Example: client-docs
# The ID for the keycloak client (authorization code flow) used for API docs or similar
frontend_keycloak_client_id
:
~
# Example: client-docs
```
```
## Configuration Discovery
## Configuration Discovery
...
@@ -56,17 +52,6 @@ There are two modes of operation:
...
@@ -56,17 +52,6 @@ There are two modes of operation:
everything is handled by the OIDC server.
everything is handled by the OIDC server.
## Frontend Keycloak Config (FIXME)
At this time the bundle is still depending on Keycloak as a specific OIDC server
for some optional functionality. The auth bundle handles the OIDC login
component of the OpenAPI docs provided by the core bundle (the login button at
the top left).
We are looking into providing a frontend web component that works with all OIDC
serves to remove this dependency.
## Remote Validation Client with Keycloak
## Remote Validation Client with Keycloak
To create a client which can validate/introspect tokens in Keycloak create a
To create a client which can validate/introspect tokens in Keycloak create a
...
...
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