Skip to content

feat(auth): add new IAM profile selector to VPC Instance Auth #364

Merged
diatrcz merged 6 commits into
mainfrom
lt/vpc-auth-extensions
Jul 16, 2026
Merged

feat(auth): add new IAM profile selector to VPC Instance Auth #364
diatrcz merged 6 commits into
mainfrom
lt/vpc-auth-extensions

Conversation

@diatrcz

@diatrcz diatrcz commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Adds IAM Profile selector to the VPC Instance Authenticator.

  • The name of the linked trusted IAM profile to be used as the identity of the compute resource.
  • At most one of IAMProfileCRN, IAMProfileID, or IAMProfileName may be specified.
  • If none is specified, the default IAM profile of the compute resource will be used.
Checklist
  • npm test passes (tip: npm run lint-fix can correct most style issues)
  • tests are included
  • documentation is changed or added

diatrcz added 4 commits July 8, 2026 16:25
Signed-off-by: Lídia Tarcza <100163235+diatrcz@users.noreply.github.com>
Signed-off-by: Lídia Tarcza <100163235+diatrcz@users.noreply.github.com>
Signed-off-by: Lídia Tarcza <100163235+diatrcz@users.noreply.github.com>
Signed-off-by: Lídia Tarcza <100163235+diatrcz@users.noreply.github.com>
@diatrcz
diatrcz requested review from Andris28 and pyrooka July 9, 2026 08:47
Signed-off-by: Lídia Tarcza <100163235+diatrcz@users.noreply.github.com>

@pyrooka pyrooka left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apart from the typos, the changes are looking good so I approve the PR to avoid the additional reviews.

Comment thread Authentication.md Outdated

Usage Notes:
1. At most one of `iamProfileCrn` or `iamProfileId` may be specified. The specified value must map
1. At most one of `iamProfileCrn`, `iamProfileId` or `IamProfileName` may be specified. The specified value must map

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lowercase would be better for consistency.

Suggested change
1. At most one of `iamProfileCrn`, `iamProfileId` or `IamProfileName` may be specified. The specified value must map
1. At most one of `iamProfileCrn`, `iamProfileId` or `iamProfileName` may be specified. The specified value must map

}

/**
* Sets the name of the IAm trusted profile to use when fetching access token from the IAM token server.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Sets the name of the IAm trusted profile to use when fetching access token from the IAM token server.
* Sets the name of the IAM trusted profile to use when fetching access token from the IAM token server.

Signed-off-by: Lídia Tarcza <100163235+diatrcz@users.noreply.github.com>
@diatrcz
diatrcz merged commit 6f6ae24 into main Jul 16, 2026
14 checks passed
@diatrcz
diatrcz deleted the lt/vpc-auth-extensions branch July 16, 2026 10:00
ibm-devx-sdk pushed a commit that referenced this pull request Jul 16, 2026
# [5.6.0](v5.5.0...v5.6.0) (2026-07-16)

### Features

* **auth:** add new IAM profile selector to VPC Instance Auth  ([#364](#364)) ([6f6ae24](6f6ae24))
@ibm-devx-sdk

Copy link
Copy Markdown

🎉 This PR is included in version 5.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants