We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b36441 commit c913f6aCopy full SHA for c913f6a
src/main/java/io/cryostat/net/openshift/OpenShiftSecurityContext.java
@@ -112,8 +112,8 @@ String getNamespace() {
112
// required - these are above the Namespace, so there are no explicit required permissions at
113
// that level.
114
// If we encounter the Namespace node itself along the way then we end up continuing down to the
115
- // first TargetNode. FIXME refactor to just return early when encountering a TargetNode and
116
- // take its name directly for the context.
+ // first TargetNode. FIXME refactor to just return early when encountering a Namespace
+ // EnrivonmentNode and take its name directly for the context.
117
private ServiceRef findServiceRef(AbstractNode node) {
118
if (node instanceof TargetNode) {
119
return ((TargetNode) node).getTarget();
0 commit comments