Skip to content

Commit

Permalink
fix(auth): screen subscriber getting 403 on Spotify requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoronex committed Nov 16, 2024
1 parent d4e9c13 commit 08ee61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/security-groups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const securityGroups = {
base: baseSecurityGroups,
},
spotify: {
base: allSecurityGroups,
base: allSecuritySubscriberGroups,
privileged: [SecurityGroup.ADMIN],
},
sudosos: {
Expand Down

0 comments on commit 08ee61b

Please sign in to comment.