Skip to content

Commit

Permalink
Merge pull request #398 from vscheuber/main
Browse files Browse the repository at this point in the history
fixes #397 - Service accounts now use the proper scopes when created …
  • Loading branch information
vscheuber authored Mar 29, 2024
2 parents 1274c4b + 18df5c2 commit 8c841ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- \#397: Service accounts now use the proper scopes when created using the `frodo conn save` command

## [2.0.0-74] - 2024-03-23

### Fixed
Expand Down
1 change: 1 addition & 0 deletions src/ops/ConnectionProfileOps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ export async function saveConnectionProfile({
);
}
if (
state.getUseBearerTokenForAmApis() &&
state.getBearerTokenMeta() &&
state.getBearerTokenMeta().scope !== profile.svcacctScope
) {
Expand Down

0 comments on commit 8c841ef

Please sign in to comment.