Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 632d20f

Browse files
csantanaprJason Peterson
authored andcommitted
update default iam url (#5)
1 parent ea6883d commit 632d20f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = class TokenManager {
1414
*/
1515
constructor (options) {
1616
this.tokenInfo = {}
17-
this.iamUrl = options.iamUrl || 'https://iam.bluemix.net/identity/token'
17+
this.iamUrl = options.iamUrl || 'https://iam.cloud.ibm.com/identity/token'
1818
if (options.iamApikey) {
1919
this.iamApikey = options.iamApikey
2020
} else {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ibm-functions/iam-token-manager",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Helper library to handle IBM Cloud IAM Tokens",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)