mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 16:35:33 +02:00
[PR #504] [MERGED] Correction of error message and documentation #534
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#534
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/504
Author: @TomRicci
Created: 10/17/2024
Status: ✅ Merged
Merged: 10/23/2024
Merged by: @speed47
Base:
master← Head:master📝 Commits (10+)
572589efix: message protocol in ACL.pm24d6e62fix: message scpdownload scpupload in upgrading.rstac902b8fix: message scpdownload scpupload in sftp_scp_rsync.rstd22a3cffix: message scpdownload scpupload in accountDelPersonalAccess99ac650fix: message scpdownload scpupload in selfAddPersonalAccess2513ba9fix: message scpdownload scpupload in selfDelPersonalAccessa9e38f1fix: message scpdownload scpupload in accountAddPersonalAccess4fdba5ffix: message scpdownload scpupload in groupAddGuestAccessb2d4463fix: message scpdownload scpupload in groupDelGuestAccess11e43a9fix: message scpdownload scpupload in scp📊 Changes
19 files changed (+67 additions, -66 deletions)
View changed files
📝
bin/plugin/group-gatekeeper/groupAddGuestAccess(+4 -4)📝
bin/plugin/group-gatekeeper/groupDelGuestAccess(+4 -4)📝
bin/plugin/open/scp(+2 -2)📝
bin/plugin/restricted/accountAddPersonalAccess(+4 -4)📝
bin/plugin/restricted/accountDelPersonalAccess(+4 -4)📝
bin/plugin/restricted/selfAddPersonalAccess(+4 -4)📝
bin/plugin/restricted/selfDelPersonalAccess(+4 -4)📝
doc/sphinx-plugins-override/scp.override.rst(+2 -2)📝
doc/sphinx/installation/upgrading.rst(+1 -1)📝
doc/sphinx/plugins/group-gatekeeper/groupAddGuestAccess.rst(+4 -4)📝
doc/sphinx/plugins/group-gatekeeper/groupDelGuestAccess.rst(+4 -4)📝
doc/sphinx/plugins/open/scp.rst(+2 -2)📝
doc/sphinx/plugins/restricted/accountAddPersonalAccess.rst(+4 -4)📝
doc/sphinx/plugins/restricted/accountDelPersonalAccess.rst(+4 -4)📝
doc/sphinx/plugins/restricted/selfAddPersonalAccess.rst(+4 -4)📝
doc/sphinx/plugins/restricted/selfDelPersonalAccess.rst(+4 -4)📝
doc/sphinx/using/sftp_scp_rsync.rst(+3 -3)📝
lib/perl/OVH/Bastion/Plugin/ACL.pm(+2 -1)📝
tests/functional/tests.d/395-mfa-scp-sftp-rsync.sh(+7 -7)📄 Description
There were an issue with the error message when trying to add a server with
--protocol scpdownor--protocol scpup(instead of the correct--protocol scpdownloador--protocol scpupload) :Similarly the documentation was wrong on the correct syntaxe for those kind of calls.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.