Questions tagged [ibm-cloud-iam]

This tag is for questions that relate to identity and access management in IBM Cloud.

9 questions
2
votes
1 answer

IBM Cloud: creating S3-compatible creds for a bucket via API

TL;DR How can we automate the creation of per-user credentials to access COS buckets using the S3 compatibility layer? The only documented way AFAIK is the CLI; but embedding command-line executions inside a web service is not very appealing! The…
1
vote
2 answers

how to authenticate IBM Cloud Function to use IBM Cloud Foundry API

I'm having trouble figuring out how I could authenticate and authorize a IBM Cloud Function to use the IBM Cloud Foundry API to manage some routes on one of my Cloud Foundry apps. The Cloud Foundry API says I'll need a valid bearer token, and that I…
Dylan Landry
  • 1,150
  • 11
  • 27
1
vote
1 answer

How to generate an IBM Cloud token from an API Key

I have generated an API key for IBM Cloud, how do I programmatically generate a token from the API key?
0
votes
1 answer

How to give access for IBM Cloud for Domain Name Services and Cloud Internet Services to account users?

How to give access to my team mate on IBM Cloud account on the resources, Domain Registration Service and Internet Services resource? The admin wants add privileges. But when he looks the list, can not find the Domain Registration and internet…
0
votes
1 answer

IBM Cloud Code Engine: IAM setup for "service instance"

I am in the process of setting up structures for a development process with IBM Cloud Code Engine. The documentation says "service instance" in the privilege matrix, but I wonder if Code Engine projects are meant. I want to only grant few developers…
data_henrik
  • 16,724
  • 2
  • 28
  • 49
0
votes
1 answer

IBM Cloud: How to change session expiration?

I am using IBM Cloud and sometimes when coming back from a coffee break I have to enter my credentials again. Is there a way to change the session expiration time? Could it be done programmatically?
data_henrik
  • 16,724
  • 2
  • 28
  • 49
0
votes
1 answer

How to add user to my bucket in IBM Cloud Object Storage

I have created a bucket which has some files. I want my team to access that bucket. I tried creating a policy and adding the users but still, the team can't see the bucket.
0
votes
2 answers

IBM Cloud: Required IAM access policy to see user-specific authorizations (policies)?

In IBM Cloud, I have an IAM Access Group for security admins. What policy do I need to grant to have their members READ access to user-specific authorizations, i.e., access policies granted to a user, not an Access Group? The account owner can see…
data_henrik
  • 16,724
  • 2
  • 28
  • 49
0
votes
1 answer

IBM Cloud auth refresh_token to refresh expired access_token?

IBM Cloud auth bearer tokens (access_token) expire in one hour. Two questions: Is there a specific error message that signals that the access_token has expired? Not the general error message HTTP Authentication failed; no valid credentials…
Thomas David Kehoe
  • 10,040
  • 14
  • 61
  • 100