mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 16:35:33 +02:00
[PR #466] [MERGED] feat: implement ingress secure keys (FIDO2) #504
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#504
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/466
Author: @speed47
Created: 4/9/2024
Status: ✅ Merged
Merged: 4/10/2024
Merged by: @speed47
Base:
master← Head:issue-456📝 Commits (8)
0ed6ef8Implement Ingress Secure Keysdb5113cEscape dots in regex patterns for ssh algorithms6bad6daFactor out in a generic function the helper listing allowed ssh key algorithm065e14dDrop an unused variable in print_accepted_key_algorithmsee2869bchore: perltidy7659ab2enh: use print_accepted_key_algorithms everywhere5de66f3Adding tests for secure keys featureb568623fix: tests: don't test FIDO2 on unsupported distros📊 Changes
26 files changed (+252 additions, -308 deletions)
View changed files
📝
bin/plugin/group-owner/groupGenerateEgressKey(+3 -3)📝
bin/plugin/open/selfAddIngressKey(+3 -16)📝
bin/plugin/open/selfGenerateEgressKey(+3 -4)📝
bin/plugin/restricted/accountCreate(+3 -15)📝
bin/plugin/restricted/groupCreate(+10 -29)📝
bin/plugin/restricted/realmCreate(+10 -17)➖
doc/sphinx-plugins-override/groupCreate.override.rst(+0 -55)➖
doc/sphinx-plugins-override/selfGenerateEgressKey.override.rst(+0 -43)📝
doc/sphinx/administration/configuration/bastion_conf.rst(+2 -2)📝
doc/sphinx/development/setup.rst(+1 -0)📝
doc/sphinx/plugins/group-owner/groupGenerateEgressKey.rst(+6 -12)📝
doc/sphinx/plugins/open/selfGenerateEgressKey.rst(+19 -21)📝
doc/sphinx/plugins/restricted/groupCreate.rst(+30 -30)📝
docker/Dockerfile.debian11(+1 -1)📝
docker/Dockerfile.debian12(+1 -1)📝
docker/Dockerfile.opensuse15(+2 -2)📝
docker/Dockerfile.rockylinux9(+1 -1)📝
docker/Dockerfile.ubuntu2004(+1 -1)📝
docker/Dockerfile.ubuntu2204(+1 -1)📝
etc/bastion/bastion.conf.dist(+3 -3)...and 6 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.