[
https://issues.jboss.org/browse/JBIDE-26876?page=com.atlassian.jira.plugi...
]
André Dietisheim edited comment on JBIDE-26876 at 9/27/19 2:48 PM:
-------------------------------------------------------------------
To have these url mappings done right, we'd need to know the version of the OpenShift
that we're talking to. For CRC, this seems not to be doable at the moment unless we
simply assume that if the client has no OpenShift cluster version, it'll be OpenShift
4: JBIDE-26877
was (Author: adietish):
To have these url mappings done right, we'd need to know the version of the OpenShift
that we're talking to. For CRC, this seems not to be doable at the moment:
JBIDE-26877
Explorer: Show In > Web Console for CRC fails with
"unauthorized"
-----------------------------------------------------------------
Key: JBIDE-26876
URL:
https://issues.jboss.org/browse/JBIDE-26876
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.13.0.AM1
Reporter: André Dietisheim
Assignee: André Dietisheim
Priority: Major
Fix For: 4.13.0.Final
Steps:
# ASSERT: have a connection to a running crc instance
# EXEC: in Explorer: select the connection and pick *Show In > Web Console*
Result:
Browser is opened to
https://api.crc.testing:6443/console. Browser then displays:
{code}
{
"kind": "Status",
"apiVersion": "v1",
"metadata": {
},
"status": "Failure",
"message": "forbidden: User \"system:anonymous\" cannot get
path \"/console\"",
"reason": "Forbidden",
"details": {
},
"code": 403
}
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)