[PR #109] [CLOSED] feat: add PIV support and policy #244

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

📋 Pull Request Information

Original PR: https://github.com/ovh/the-bastion/pull/109
Author: @speed47
Created: 12/30/2020
Status: Closed

Base: masterHead: piv


📝 Commits (3)

  • d012b1c feat: add yubico-piv-checker install script
  • 63edc16 doc: introduce ingressRequirePIV option & install-yubico-piv-checker.sh
  • c3251bb feat: add PIV keys support and policy enforcement

📊 Changes

39 files changed (+1078 additions, -519 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/plugin/open/selfAddIngressKey (+133 -17)
📝 bin/plugin/open/selfDelIngressKey (+40 -56)
📝 bin/plugin/restricted/accountPIV (+28 -12)
📝 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)
📝 docker/Dockerfile.centos7 (+4 -3)
📝 docker/Dockerfile.centos8 (+4 -3)
📝 docker/Dockerfile.debian10 (+4 -3)
📝 docker/Dockerfile.debian8 (+4 -3)
📝 docker/Dockerfile.debian9 (+4 -3)

...and 19 more files

📄 Description

Reviewing this PR commit by commit is advised.

Closes #47


🔄 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/109 **Author:** [@speed47](https://github.com/speed47) **Created:** 12/30/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `piv` --- ### 📝 Commits (3) - [`d012b1c`](https://github.com/ovh/the-bastion/commit/d012b1c23e77f4f85075e4d99a722120a6bf236f) feat: add yubico-piv-checker install script - [`63edc16`](https://github.com/ovh/the-bastion/commit/63edc166065753e9279915c76386e7092f73ef69) doc: introduce ingressRequirePIV option & install-yubico-piv-checker.sh - [`c3251bb`](https://github.com/ovh/the-bastion/commit/c3251bb569573c3e5cf37e5c68e63e39506352cc) feat: add PIV keys support and policy enforcement ### 📊 Changes **39 files changed** (+1078 additions, -519 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/plugin/open/selfAddIngressKey` (+133 -17) 📝 `bin/plugin/open/selfDelIngressKey` (+40 -56) 📝 `bin/plugin/restricted/accountPIV` (+28 -12) 📝 `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) 📝 `docker/Dockerfile.centos7` (+4 -3) 📝 `docker/Dockerfile.centos8` (+4 -3) 📝 `docker/Dockerfile.debian10` (+4 -3) 📝 `docker/Dockerfile.debian8` (+4 -3) 📝 `docker/Dockerfile.debian9` (+4 -3) _...and 19 more files_ </details> ### 📄 Description Reviewing this PR commit by commit is advised. Closes #47 --- <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:57 +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#244
No description provided.