Questions tagged [ibm-iam]
20 questions
2
votes
1 answer
Request rejected with Options when fetching the VPCs with Authorization header
Generating the request to list the vpc details with IAM token which is kept in authorization header - The request has been generated from React App -
https://urls.cloud.ibm.com/v1/vpcs?version=2019-08-06&generation=1
Configuration
config = {
…

DEngineer
- 41
- 3
1
vote
0 answers
IBM generate bearer token from Watson Assistant
I need help. You need a "Bearer Token" to call functions, but unfortunately I can't find instructions on how to generate it from Watson Assistant.
Would anyone please have a guide or an example?
Thank you in advance for your help.

Vašek Brožek
- 25
- 4
1
vote
0 answers
JT400 unable to connect from IBMi machine but working from Windows machine
JT400 - The JDBC connection is working fine when connecting to a IBMi machine from windows machine.
DriverManager.registerDriver(new com.ibm.as400.access.AS400JDBCDriver());
String sysname = "xxx.xxx.xx.xxx";
String xref = "IBMISQLLIB";
String url =…

Kishore_2021
- 645
- 12
- 38
1
vote
2 answers
Are IBM Watson IAM tokens good for all services or specific to each service, e.g., Speech-to-Text?
IBM's documentation says that the following Node back end code enables you to Use the API key to have the SDK manage the lifecycle of the token. The SDK requests an access token, ensures that the access token is valid, and refreshes it if…

Thomas David Kehoe
- 10,040
- 14
- 61
- 100
1
vote
1 answer
Post request returning 403 when trying to call IBM AppID management API /users
I'm trying to create a custom IBM AppID Management Api interface in my application.
In order to do that, I'm using IBM IAM Token Manager library to get an IAM access token.
const itm = require('@ibm-functions/iam-token-manager')
const m = new itm({
…

Arthur Miguel
- 13
- 3
1
vote
1 answer
How do I generate the "com.ibm.cloud.iam.Identity.prod" cookie?
When logged in to IBM Cloud, you'll get com.ibm.cloud.iam.Identity.prod in the cookie.
Using IAM, how do I get this cookie generated? It seems like it is neither access_token nor uaa_token.
Thanks!

psyntium
- 147
- 12
1
vote
1 answer
IBM Cloud Functions "Failed to pull container image"
I have a docker container that I want to run in IBM Cloud Functions (OpenWhisk), because I don't want the container to be publicly accessible I want to store it in the IBM Cloud Container Registry. For OpenWhisk to be able to access it I followed…

Herman
- 750
- 1
- 10
- 23
1
vote
2 answers
IAM authentication with SoftLayer API
I'm using the SoftLayer REST API, and instead of username and API key, I'd like to authenticate with my IAM token. Is this possible?

BenJuan26
- 70
- 1
- 8
0
votes
1 answer
How can I use IBM IAM to access my Cloudant instance?
Can I use the IBM IAM console to create a new ServiceID with an api key, for the purpose of accessing an IBM Cloudant instance?

Daniel Mermelstein
- 1,281
- 6
- 8
0
votes
1 answer
COS access policies interface vs terraform
In interface I can go to COS Bucket Access Policies and easily assign policy that then looks more or less like:
Cloud Object Storage service
serviceInstance string equals foo-bar, resource string equals foo-bar-pcaps, resourceType string equals…
0
votes
1 answer
IBM Cloud and terraform: How to create and download API key?
With the IBM Cloud provider plug-in for terraform it is possible to access the current authentication token.
data "ibm_iam_auth_token" "tokendata" {}
I have also successfully created a service ID.
resource "ibm_iam_service_id" "serviceID" {
name …

data_henrik
- 16,724
- 2
- 28
- 49
0
votes
1 answer
Watson speech to text authentication
I am trying to get Transcribe from Microphone working on my server as a starting point.
The code is straightforward but I am having trouble with the token.
on IBMcloud I created a IAM-Service id with Access Policies
Viewer, Reader 14 Speech to…

Smalltalkman
- 33
- 4
0
votes
1 answer
415 unsupported media type : cloud API's
I'm following this IBM cloud doc to generate a IAM token to work with the specific account to which i have access with account id doc
on postman i'm getting 415 unsupported media error
What i could be missing while validating?

New123
- 219
- 1
- 4
- 13
0
votes
1 answer
IBM Cloud Object Storage with VPC cluster
I have been following this guide in order to add IBM Cloud object storage to my cluster.
While I have gotten it to work with a standard cluster, I have issues when trying to connect the COS to the VPC cluster. (Not the same object store, nor the…

nela
- 429
- 5
- 13
0
votes
2 answers
IBM IAM IamAuthenticator getToken is not a function
I'm trying to get a token to use IBM Watson Speech-to-Text in my app. Here's my code:
const { IamAuthenticator } = require('ibm-cloud-sdk-core');
const authenticator = new IamAuthenticator({
apikey: 'myApiKey',
});
…

Thomas David Kehoe
- 10,040
- 14
- 61
- 100