mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #2165] [CLOSED] Add AWS SSO authentication and option aws_home_dir (s3fs-fuse#1931) #2368
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#2368
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/2165
Author: @darioackermann
Created: 5/15/2023
Status: ❌ Closed
Base:
master← Head:dac/merge-sso📝 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, -25 deletions)
View changed files
📝
.github/workflows/ci.yml(+2 -2)📝
.github/workflows/linux-ci-helper.sh(+21 -21)📝
COMPILATION.md(+1 -0)📝
doc/man/s3fs.1.in(+6 -0)📝
src/s3fs_cred.cpp(+178 -2)📝
src/s3fs_cred.h(+7 -0)📝
src/s3fs_help.cpp(+5 -0)📝
test/integration-test-common.sh(+1 -0)📄 Description
Relevant Issue (if applicable)
#1931
already open MR: #1932
Details
This is not very different from #1932
I have made the integration tests work (except for centos and rockylinux, for which the header is not available as package - what should we do there?) and adjusted stuff such that cppcheck doesn't complain, and resolved merge conflicts.
We could default that SSO support is not enabled automatically for centos/rockylinux builds. (and add a flag for enabling it).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.