Skip to content

feat(smus): Merge Unified Studio feature enhancements#8311

Merged
Will-ShaoHua merged 141 commits intoaws:feature/smusfrom
vpbhargav:smus
Nov 18, 2025
Merged

feat(smus): Merge Unified Studio feature enhancements#8311
Will-ShaoHua merged 141 commits intoaws:feature/smusfrom
vpbhargav:smus

Conversation

@vpbhargav
Copy link
Contributor

Problem

Merging some staged feature enhancements for SMUS support in AWS Toolkit.

Solution

  • Added IAM support for SMUS.
  • Contains bug fixes and text re-wording based on user feedback. Eg - Clarifies auth mode to Identity Center instead of SSO as Toolkit SMUS does not support SAML yet.

  • Treat all work as PUBLIC. Private feature/x branches will not be squash-merged at release time.
  • Your code changes must meet the guidelines in CONTRIBUTING.md.
  • License: I confirm that my contribution is made under the terms of the Apache 2.0 license.

aws-toolkit-automation and others added 22 commits November 12, 2025 17:50
fix(smus): dispose smus auth provider upon cred expiry
…ic error (aws#2290)

## Problem
- User dont see connection type specific error 
- SMUS iam creds does not stored with correct conn type

## Solution
- Add correct conn type when storing creds in memory
- Surface conn type specific error when cred expires

---

- Treat all work as PUBLIC. Private `feature/x` branches will not be
squash-merged at release time.
- Your code changes must meet the guidelines in
[CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines).
- License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.
**Description**
Updating some text to maken things more explicit and clear for users
for the login mode

**Motivation**
Clarity for users

- Treat all work as PUBLIC. Private `feature/x` branches will not be
squash-merged at release time.
- Your code changes must meet the guidelines in
[CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines).
- License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.

---------

Co-authored-by: Bhargava Varadharajan <vabharga@amazon.com>
…hide error on screen (aws#2301)

## Problem
- when creds are expired, refresh project does not cause the auth node
show cred expiry
- When creds are expired the error window better match the error on auth
node
## Solution
- on creds expiry refresh project triggers invalid conn
- resurface cred expiry error window

---

- Treat all work as PUBLIC. Private `feature/x` branches will not be
squash-merged at release time.
- Your code changes must meet the guidelines in
[CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines).
- License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.
## Problem
- manual addition of SMUS to logger

## Solution
- Added 'smus' to LogTopic type in logger.ts
- Updated all SMUS-related files to use getLogger('smus') instead of
getLogger()
- Removed manual 'SMUS:' prefixes from all log messages
- Logger now automatically prepends 'smus:' to all SMUS log messages

verified Changes 
```
2025-11-17 09:12:55.014 [info] auth: Handling validation error of connection: 77fd26fb-ec96-4e54-8171-703530254b3f
2025-11-17 09:12:55.014 [info] auth: Updating connection state of 77fd26fb-ec96-4e54-8171-703530254b3f to invalid
2025-11-17 09:12:55.023 [info] smus: SMUS Connection: Clearing all cached clients
2025-11-17 09:12:55.029 [info] smus: Not in SageMaker Unified Studio remote environment, skipping user activity monitoring
2025-11-17 09:12:55.033 [info] secondaryAuth: connectionId=77fd26fb-ec96-4e54-8171-703530254b3f, connectionStatus=invalid
```

---

- Treat all work as PUBLIC. Private `feature/x` branches will not be
squash-merged at release time.
- Your code changes must meet the guidelines in
[CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines).
- License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.
**Description**

Change adds auth mode as a telemetry property.

**Motivation**
This will help distinguish traffic across the two supported
auth modes.

**Testing Done**
Unit tests, tested locally. Shared results with team.
telemetry(smus): add authmode to telemetry
@vpbhargav vpbhargav requested a review from a team as a code owner November 18, 2025 19:24
@vpbhargav vpbhargav changed the title Smus feat(smsus): Merge Unified Studio feature enhancements Nov 18, 2025
@vpbhargav vpbhargav closed this Nov 18, 2025
@vpbhargav vpbhargav reopened this Nov 18, 2025
@laileni-aws laileni-aws changed the title feat(smsus): Merge Unified Studio feature enhancements feat(smus): Merge Unified Studio feature enhancements Nov 18, 2025
@Will-ShaoHua Will-ShaoHua merged commit 6b7a8f3 into aws:feature/smus Nov 18, 2025
27 of 29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants