-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
Running it as openshift start --loglevel=5 --listen=https://127.0.0.1:8443/ --master=https://127.0.0.1:8443/
First error:
E0318 04:16:23.100578 32410 publish.go:61] Can't create master namespace: namespaces "default" already exists
and plenty of these:
E0318 04:16:23.553728 32410 master.go:398] Error creating namespace: &{{ } {master 10c2c53f-cd47-11e4-b68e-fa163ed7ae77 2015-03-18 04:16:23.552951598 -0400 EDT map[] map[]} {} {}} due to request [&{Method:POST URL:https://127.0.0.1:8443/v1beta1/namespaces Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[] Body:{Reader:} ContentLength:172 TransferEncoding:[] Close:false Host:127.0.0.1:8443 Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr: RequestURI: TLS:<nil>}] failed (403) 403 Forbidden: Forbidden: "/v1beta1/namespaces" denied by default
E0318 04:16:23.725934 32410 reflector.go:85] Failed to list *api.Pod: request [&{Method:GET URL:https://127.0.0.1:8443/v1beta1/pods?fields=DesiredState.Host%3D&namespace= Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[] Body:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:127.0.0.1:8443 Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr: RequestURI: TLS:<nil>}] failed (403) 403 Forbidden: Forbidden: "/v1beta1/pods?fields=DesiredState.Host%3D&namespace=" denied by default
Looks like that everything ends with 403.
0.4.1 release
EDIT: auth setup:
OPENSHIFT_OAUTH_REQUEST_HANDLERS="requestheader,basicauth,session,bearer"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels