Skip to content
This repository has been archived by the owner on Mar 23, 2022. It is now read-only.

Commit

Permalink
Enable auth
Browse files Browse the repository at this point in the history
  • Loading branch information
skabashnyuk committed Dec 18, 2018
1 parent 5f2c4ea commit 7fb5335
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion etc/che-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,44 +14,56 @@ endpoints:
type: ide
discoverable: false
path : gwt/ide/sidecar/entrypoint
secure: true
cookiesAuthEnabled: true
- name: "wsagent/http"
public: true
targetPort: 8087
attributes:
protocol: http
path : api
discoverable: false
secure: true
cookiesAuthEnabled: true
- name: "wsagent/ws"
public: true
targetPort: 8087
attributes:
protocol: ws
path : wsagent
discoverable: false
secure: true
cookiesAuthEnabled: true
- name: "exec-agent/http"
public: true
targetPort: 4412
attributes:
protocol: http
path : process
discoverable: false
secure: true
cookiesAuthEnabled: true
- name: "exec-agent/ws"
public: true
targetPort: 4412
attributes:
protocol: ws
path : connect
discoverable: false
secure: true
cookiesAuthEnabled: true
- name: "terminal"
public: true
targetPort: 4411
attributes:
protocol: ws
path : pty
discoverable: false
secure: true
cookiesAuthEnabled: true
containers:
- name: che-editor-gwt-ide
image: eclipse/che-gwt-ide:nightly
image: ksmster/che-gwt-ide
env:
- name: SERVER_PORT
value: 8080
Expand Down

0 comments on commit 7fb5335

Please sign in to comment.