Skip to content

Commit

Permalink
set default capabilities for computing
Browse files Browse the repository at this point in the history
  • Loading branch information
felliott committed Dec 29, 2024
1 parent 6f53370 commit 42f4ede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/packages/addons-service/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ export default class Provider {
apiBaseUrl,
initiateOauth,
externalUserId: this.currentUser.user?.id,
authorizedCapabilities: ['ACCESS', 'UPDATE'],
scopes: [],
externalComputingService: this.provider,
accountOwner: this.userReference,
Expand Down

0 comments on commit 42f4ede

Please sign in to comment.