mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
[PR #109] [CLOSED] feat: add PIV support and policy #244
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#244
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ovh/the-bastion/pull/109
Author: @speed47
Created: 12/30/2020
Status: ❌ Closed
Base:
master← Head:piv📝 Commits (3)
d012b1cfeat: add yubico-piv-checker install script63edc16doc: introduce ingressRequirePIV option & install-yubico-piv-checker.shc3251bbfeat: 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.