mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #1932] [CLOSED] Add AWS SSO authentication and option aws_home_dir (s3fs-fuse#1931) #2262
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#2262
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/s3fs-fuse/s3fs-fuse/pull/1932
Author: @VivienMoretto87
Created: 4/13/2022
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
2211c37Add AWS SSO authentication and option aws_home_dir (s3fs-fuse#1931)9505df1Use awscliv2 via pip3 and add nlohmann json package (s3fs-fuse#1931)c508792Fiw awscliv2 installation (s3fs-fuse#1931)2954da3Fix shellcheck part removing pip env variables (s3fs-fuse#1931)ec32fa0Add comment for ssl keystore to test (s3fs-fuse#1931)85cb87cFix workflows (s3fs-fuse#1931)8759cfeFix ubuntu 18 and rockylinux (s3fs-fuse#1931)52e479fFix debian:stretch ci (s3fs-fuse#1931)9b715a3Fix CXXFLAGS for mac ci. from c++03 to c++11 (s3fs-fuse#1931)51ef6b0Fix profile parsing for sso (manage 'profile %profile%') (s3fs-fuse#1931)📊 Changes
8 files changed (+221 additions, -34 deletions)
View changed files
📝
.github/workflows/ci.yml(+2 -2)📝
.github/workflows/linux-ci-helper.sh(+20 -28)📝
COMPILATION.md(+1 -0)📝
doc/man/s3fs.1.in(+6 -0)📝
src/s3fs_cred.cpp(+179 -4)📝
src/s3fs_cred.h(+7 -0)📝
src/s3fs_help.cpp(+5 -0)📝
test/integration-test-common.sh(+1 -0)📄 Description
This pull request add a new authentication AWS SSO. I have although add the option aws_home_dir to configure the home directory (only available for the authentication AWS SSO)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.