[PR #774] [MERGED] Option for IAM authentication endpoint #1638

Closed
opened 2026-03-04 02:01:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/774
Author: @nkkashyap
Created: 6/7/2018
Status: Merged
Merged: 6/24/2018
Merged by: @ggtakec

Base: masterHead: master


📝 Commits (2)

  • d8e1283 Option for IBM IAM auth endpoint
  • 5a481e6 Option for IBM IAM auth endpoint added return

📊 Changes

3 files changed (+18 additions, -0 deletions)

View changed files

📝 doc/man/s3fs.1 (+3 -0)
📝 src/s3fs.cpp (+12 -0)
📝 src/s3fs_util.cpp (+3 -0)

📄 Description

Relevant Issue (if applicable)

If there are Issues related to this PullRequest, please list it.

Details

Please describe the details of PullRequest.
Currently, the IBM IAM Authentication endpoint is hardcoded. The endpoint may very from one environment to other. The code change provides the capability to dynamically pass the endpoint details using option ibm_iam_endpoint


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/774 **Author:** [@nkkashyap](https://github.com/nkkashyap) **Created:** 6/7/2018 **Status:** ✅ Merged **Merged:** 6/24/2018 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`d8e1283`](https://github.com/s3fs-fuse/s3fs-fuse/commit/d8e12839af13c3cdad06df9efdb71ad9c6f448b1) Option for IBM IAM auth endpoint - [`5a481e6`](https://github.com/s3fs-fuse/s3fs-fuse/commit/5a481e6a01ca05301d57972aeea669ba6f182b62) Option for IBM IAM auth endpoint added return ### 📊 Changes **3 files changed** (+18 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `doc/man/s3fs.1` (+3 -0) 📝 `src/s3fs.cpp` (+12 -0) 📝 `src/s3fs_util.cpp` (+3 -0) </details> ### 📄 Description ### Relevant Issue (if applicable) _If there are Issues related to this PullRequest, please list it._ ### Details _Please describe the details of PullRequest._ Currently, the IBM IAM Authentication endpoint is hardcoded. The endpoint may very from one environment to other. The code change provides the capability to dynamically pass the endpoint details using option `ibm_iam_endpoint` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:01:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#1638
No description provided.