Skip to content

Commit

Permalink
t push
Browse files Browse the repository at this point in the history
Merge branch 'feat/flavor-form-urllib' of github.com:/SovereignCloudStack/standards into feat/flavor-form-urllib
  • Loading branch information
garloff committed Dec 6, 2023
2 parents e30afe0 + 8bcaf6f commit 1113a1a
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 1113a1a

Please sign in to comment.