Skip to content

Commit

Permalink
Merge branch 'main' into feat/flavor-form-urllib
Browse files Browse the repository at this point in the history
  • Loading branch information
garloff authored Dec 6, 2023
2 parents abab48b + ec222a8 commit 8bcaf6f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion .github/workflows/link-validator.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
on: [pull_request]
name: Check links for modified files

on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
push:
branches:
- main
pull_request: # Add this section
branches:
- main

jobs:
markdown-link-check:
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ a short span of time and increasing risk connected with service restarts.
Since version 17, Keycloak claims that it's capability for
"cloud native" deployments on Kubernetes has improved.

[Keycloak is offering a REST API](https://www.keycloak.org/docs-api/20.0.1/rest-api/index.html)
Keycloak is offering a [documented REST API](https://www.keycloak.org/documentation)
for all aspects of its administration interface.

For storage of Keycloak configuration and local user metadata
Expand Down

0 comments on commit 8bcaf6f

Please sign in to comment.