Skip to content

docs: Add Keycloak docs#442

Merged
EthanHeilman merged 4 commits into
openpubkey:mainfrom
sylvain-vq:keycloak-docs
Jan 9, 2026
Merged

docs: Add Keycloak docs#442
EthanHeilman merged 4 commits into
openpubkey:mainfrom
sylvain-vq:keycloak-docs

Conversation

@sylvain-vq
Copy link
Copy Markdown
Contributor

To follow-up on #419, here is a PR to document Keycloak configuration for opkssh.

sylvain-vq and others added 4 commits January 9, 2026 18:25
Signed-off-by: Sylvain Gable <sylvain@vingtcinq.io>
Signed-off-by: Sylvain Gable <sylvain@vingtcinq.io>
Copy link
Copy Markdown
Member

@EthanHeilman EthanHeilman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made some minor fix ups, but this looks great

@EthanHeilman
Copy link
Copy Markdown
Member

@sylvain-vq Thanks for writing this up. Very helpful, I suspect many Keycloak users of opkssh will benefit from this.

@EthanHeilman EthanHeilman changed the title Add Keycloak docs docs: Add Keycloak docs Jan 9, 2026
@EthanHeilman EthanHeilman merged commit e966435 into openpubkey:main Jan 9, 2026
13 checks passed
renovate Bot added a commit to sdwilsh/ansible-playbooks that referenced this pull request Jan 19, 2026
##### [\`v0.12.0\`](https://github.com/openpubkey/opkssh/releases/tag/v0.12.0)

Main feature of this release is the audit command, which allows you to check server side configurations.  Read the docs here: <https://github.com/openpubkey/opkssh/blob/main/docs/audit.md>

##### Changes

- docs: warn that azure alias URI hardcodes the tenant ID [@TheToddLuci0](https://github.com/TheToddLuci0) ([#446](openpubkey/opkssh#446))
- docs: Add Keycloak docs [@sylvain-vq](https://github.com/sylvain-vq) ([#442](openpubkey/opkssh#442))

##### 🚀 Features

- feat: Audit command [@Basti-Fantasti](https://github.com/Basti-Fantasti) ([#396](openpubkey/opkssh#396))

##### 🐛 Bug Fixes

- Update hack.sh to use user ids as user ids, not group ids as user ids [@TheToddLuci0](https://github.com/TheToddLuci0) ([#447](openpubkey/opkssh#447))
- Fix openssh version detection bug [@EthanHeilman](https://github.com/EthanHeilman) ([#444](openpubkey/opkssh#444))
- fix(deps): Update Docker @[renovate\[bot\]](https://github.com/apps/renovate) ([#450](openpubkey/opkssh#450))
- fix(deps): Update actions/setup-go action to v6.2.0 @[renovate\[bot\]](https://github.com/apps/renovate) ([#449](openpubkey/opkssh#449))
renovate Bot added a commit to sdwilsh/ansible-playbooks that referenced this pull request Jan 20, 2026
##### [\`v0.12.0\`](https://github.com/openpubkey/opkssh/releases/tag/v0.12.0)

Main feature of this release is the audit command, which allows you to check server side configurations.  Read the docs here: <https://github.com/openpubkey/opkssh/blob/main/docs/audit.md>

##### Changes

- docs: warn that azure alias URI hardcodes the tenant ID [@TheToddLuci0](https://github.com/TheToddLuci0) ([#446](openpubkey/opkssh#446))
- docs: Add Keycloak docs [@sylvain-vq](https://github.com/sylvain-vq) ([#442](openpubkey/opkssh#442))

##### 🚀 Features

- feat: Audit command [@Basti-Fantasti](https://github.com/Basti-Fantasti) ([#396](openpubkey/opkssh#396))

##### 🐛 Bug Fixes

- Update hack.sh to use user ids as user ids, not group ids as user ids [@TheToddLuci0](https://github.com/TheToddLuci0) ([#447](openpubkey/opkssh#447))
- Fix openssh version detection bug [@EthanHeilman](https://github.com/EthanHeilman) ([#444](openpubkey/opkssh#444))
- fix(deps): Update Docker @[renovate\[bot\]](https://github.com/apps/renovate) ([#450](openpubkey/opkssh#450))
- fix(deps): Update actions/setup-go action to v6.2.0 @[renovate\[bot\]](https://github.com/apps/renovate) ([#449](openpubkey/opkssh#449))
sdwilsh pushed a commit to sdwilsh/ansible-playbooks that referenced this pull request Jan 20, 2026
##### [\`v0.12.0\`](https://github.com/openpubkey/opkssh/releases/tag/v0.12.0)

Main feature of this release is the audit command, which allows you to check server side configurations.  Read the docs here: <https://github.com/openpubkey/opkssh/blob/main/docs/audit.md>

##### Changes

- docs: warn that azure alias URI hardcodes the tenant ID [@TheToddLuci0](https://github.com/TheToddLuci0) ([#446](openpubkey/opkssh#446))
- docs: Add Keycloak docs [@sylvain-vq](https://github.com/sylvain-vq) ([#442](openpubkey/opkssh#442))

##### 🚀 Features

- feat: Audit command [@Basti-Fantasti](https://github.com/Basti-Fantasti) ([#396](openpubkey/opkssh#396))

##### 🐛 Bug Fixes

- Update hack.sh to use user ids as user ids, not group ids as user ids [@TheToddLuci0](https://github.com/TheToddLuci0) ([#447](openpubkey/opkssh#447))
- Fix openssh version detection bug [@EthanHeilman](https://github.com/EthanHeilman) ([#444](openpubkey/opkssh#444))
- fix(deps): Update Docker @[renovate\[bot\]](https://github.com/apps/renovate) ([#450](openpubkey/opkssh#450))
- fix(deps): Update actions/setup-go action to v6.2.0 @[renovate\[bot\]](https://github.com/apps/renovate) ([#449](openpubkey/opkssh#449))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants