[PR #113] [MERGED] add PIV support #247

Closed
opened 2026-05-07 00:19:58 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/ovh/the-bastion/pull/113
Author: @speed47
Created: 1/8/2021
Status: Merged
Merged: 1/12/2021
Merged by: @speed47

Base: masterHead: pivpolicy


📝 Commits (3)

  • 59d4cc6 feat: add yubico-piv-checker install script
  • d12bc3d doc: introduce ingressRequirePIV option & install-yubico-piv-checker.sh
  • 54cd058 feat: add PIV keys support and policy enforcement

📊 Changes

44 files changed (+1280 additions, -631 deletions)

View changed files

📝 .github/workflows/freebsd.yml (+1 -0)
📝 bin/admin/check-consistency.pl (+1 -1)
📝 bin/admin/install-ttyrec.sh (+19 -182)
bin/admin/install-yubico-piv-checker.sh (+48 -0)
📝 bin/admin/packages-check.sh (+7 -4)
📝 bin/cron/osh-piv-grace-reaper.pl (+43 -32)
📝 bin/helper/osh-accountDelete (+1 -1)
📝 bin/helper/osh-accountPIV (+76 -55)
📝 bin/plugin/open/info (+2 -0)
📝 bin/plugin/open/selfAddIngressKey (+121 -19)
📝 bin/plugin/open/selfDelIngressKey (+40 -56)
📝 bin/plugin/restricted/accountInfo (+31 -19)
📝 bin/plugin/restricted/accountPIV (+30 -14)
📝 doc/sphinx/administration/bastion_conf.rst (+142 -130)
📝 doc/sphinx/build-bastion-conf-help.pl (+2 -2)
📝 doc/sphinx/installation/basic.rst (+6 -0)
📝 doc/sphinx/plugins/open/selfAddIngressKey.rst (+10 -2)
📝 doc/sphinx/plugins/open/selfDelIngressKey.rst (+3 -3)
📝 doc/sphinx/plugins/restricted/accountPIV.rst (+29 -13)
📝 doc/sphinx/using/basics.rst (+4 -6)

...and 24 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ovh/the-bastion/pull/113 **Author:** [@speed47](https://github.com/speed47) **Created:** 1/8/2021 **Status:** ✅ Merged **Merged:** 1/12/2021 **Merged by:** [@speed47](https://github.com/speed47) **Base:** `master` ← **Head:** `pivpolicy` --- ### 📝 Commits (3) - [`59d4cc6`](https://github.com/ovh/the-bastion/commit/59d4cc6e4206635c29edb7f66be5d1cae009eccd) feat: add yubico-piv-checker install script - [`d12bc3d`](https://github.com/ovh/the-bastion/commit/d12bc3d8dfea4dbc5df185a6168bb5c0551c74b2) doc: introduce ingressRequirePIV option & install-yubico-piv-checker.sh - [`54cd058`](https://github.com/ovh/the-bastion/commit/54cd0585ab13ac4f6b5b7d84667729e4afd4d222) feat: add PIV keys support and policy enforcement ### 📊 Changes **44 files changed** (+1280 additions, -631 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/freebsd.yml` (+1 -0) 📝 `bin/admin/check-consistency.pl` (+1 -1) 📝 `bin/admin/install-ttyrec.sh` (+19 -182) ➕ `bin/admin/install-yubico-piv-checker.sh` (+48 -0) 📝 `bin/admin/packages-check.sh` (+7 -4) 📝 `bin/cron/osh-piv-grace-reaper.pl` (+43 -32) 📝 `bin/helper/osh-accountDelete` (+1 -1) 📝 `bin/helper/osh-accountPIV` (+76 -55) 📝 `bin/plugin/open/info` (+2 -0) 📝 `bin/plugin/open/selfAddIngressKey` (+121 -19) 📝 `bin/plugin/open/selfDelIngressKey` (+40 -56) 📝 `bin/plugin/restricted/accountInfo` (+31 -19) 📝 `bin/plugin/restricted/accountPIV` (+30 -14) 📝 `doc/sphinx/administration/bastion_conf.rst` (+142 -130) 📝 `doc/sphinx/build-bastion-conf-help.pl` (+2 -2) 📝 `doc/sphinx/installation/basic.rst` (+6 -0) 📝 `doc/sphinx/plugins/open/selfAddIngressKey.rst` (+10 -2) 📝 `doc/sphinx/plugins/open/selfDelIngressKey.rst` (+3 -3) 📝 `doc/sphinx/plugins/restricted/accountPIV.rst` (+29 -13) 📝 `doc/sphinx/using/basics.rst` (+4 -6) _...and 24 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:19:58 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/the-bastion#247
No description provided.