Skip to content

Commit

Permalink
feat(openshift): add pods permission
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Aug 3, 2021
1 parent 91941dd commit b2043c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/cryostat/net/OpenShiftAuthManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ private static Set<String> map(ResourceType resource) {
case RECORDING:
return Set.of("recordings");
case CERTIFICATE:
return Set.of("deployments", "cryostats");
return Set.of("deployments", "pods", "cryostats");
case CREDENTIALS:
return Set.of("cryostats");
case TEMPLATE:
Expand Down

0 comments on commit b2043c6

Please sign in to comment.