Skip to content

Commit

Permalink
fix: allow org members to view variable sets
Browse files Browse the repository at this point in the history
  • Loading branch information
leg100 committed Oct 27, 2023
1 parent 34c50e2 commit df9fa53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/rbac/role.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ var (
ListTagsAction: true,
ListVCSProvidersAction: true,
GetVCSProviderAction: true,
ListVariableSetsAction: true,
GetVariableSetAction: true,
},
}

Expand Down

0 comments on commit df9fa53

Please sign in to comment.