-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
acbd37e
commit f6f64da
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13931,7 +13931,7 @@ System.registerDynamic("app/components/Service.js", ["npm:[email protected]", "app | |
this.set('name', val); | ||
} }), React.createElement(PageSelect_1.default, { label: "Type", help: "Service type", value: service.type, onChange: val => { | ||
this.set('type', val); | ||
} }, React.createElement("option", { value: "http" }, "HTTP")), React.createElement("label", { style: css.itemsLabel }, "External Domains", React.createElement(Help_1.default, { title: "External Domains", content: "When a request comes into a proxy node the requests host will be used to match the request with the domain of a service. The external domain must point to either a node that has the service added or a load balancer that forwards to nodes serving the service. Some internal services will be expecting a specific host such as a web server that serves mutliple websites that is also matching the requests host to one of the mutliple websites. If the internal service is expecting a different host set the host field, otherwise leave it blank. Services that are associated with the same node should not also have the same domains." })), domains, React.createElement("button", { className: "bp3-button bp3-intent-success bp3-icon-add", style: css.itemsAdd, type: "button", onClick: this.onAddDomain }, "Add Domain"), React.createElement("label", { style: css.itemsLabel }, "Internal Servers", React.createElement(Help_1.default, { title: "Internal Servers", content: "After a proxy node receives an authenticated request it will be forwarded to the internal servers and the response will be sent back to the user. Multiple internal servers can be added to load balance the requests. This should only be done if outages are not expected as no health checks are preformed for each server. If outages are expected a load balancer such as AWS ELB should be used. If a domain is used with HTTPS the internal server must have a valid certificate. When an IP address is used with HTTPS the internal servers certificate will not be validated. These internal servers should ideally be configured to only accept requests from the private IP addresses of the Pritunl Zero nodes. It is important to consider that if the internal servers are configured to accept requests from other IP addresses those requests will be sent directly to the internal server and will bypass the authentication provided by Pritunl Zero." })), servers, React.createElement("button", { className: "bp3-button bp3-intent-success bp3-icon-add", style: css.itemsAdd, type: "button", onClick: this.onAddServer }, "Add Server"), React.createElement(PageInput_1.default, { label: "Logout Path", help: "Optional, path such as '/logout' that will end the Pritunl Zero users session.", type: "text", placeholder: "Enter logout path", value: service.logout_path, onChange: val => { | ||
} }, React.createElement("option", { value: "http" }, "HTTP")), React.createElement("label", { style: css.itemsLabel }, "External Domains", React.createElement(Help_1.default, { title: "External Domains", content: "When a request comes into a proxy node the requests host will be used to match the request with the domain of a service. The external domain must point to either a node that has the service added or a load balancer that forwards to nodes serving the service. Some internal services will be expecting a specific host such as a web server that serves mutliple websites that is also matching the requests host to one of the mutliple websites. If the internal service is expecting a different host set the host field, otherwise leave it blank. Services that are associated with the same node should not also have the same domains." })), domains, React.createElement("button", { className: "bp3-button bp3-intent-success bp3-icon-add", style: css.itemsAdd, type: "button", onClick: this.onAddDomain }, "Add Domain"), React.createElement("label", { style: css.itemsLabel }, "Internal Servers", React.createElement(Help_1.default, { title: "Internal Servers", content: "After a proxy node receives an authenticated request it will be forwarded to the internal servers and the response will be sent back to the user. Multiple internal servers can be added to load balance the requests. This should only be done if outages are not expected as no health checks are preformed for each server. If outages are expected a load balancer such as AWS ELB should be used. If a domain is used with HTTPS the internal server must have a valid certificate. When an IP address is used with HTTPS the internal servers certificate will not be validated. These internal servers should ideally be configured to only accept requests from the private IP addresses of the Pritunl Zero nodes. It is important to consider that if the internal servers are configured to accept requests from other IP addresses those requests will be sent directly to the internal server and will bypass the authentication provided by Pritunl Zero." })), servers, React.createElement("button", { className: "bp3-button bp3-intent-success bp3-icon-add", style: css.itemsAdd, type: "button", onClick: this.onAddServer }, "Add Server"), React.createElement(PageInput_1.default, { label: "Logout Path", help: "Optional, path such as '/logout' that will end the Pritunl Zero users session. Supports '*' and '?' wildcards.", type: "text", placeholder: "Enter logout path", value: service.logout_path, onChange: val => { | ||
this.set('logout_path', val); | ||
} })), React.createElement("div", { style: css.group }, React.createElement(PageInfo_1.default, { fields: [{ | ||
label: 'ID', | ||
|
2 changes: 1 addition & 1 deletion
2
www/dist/static/app.4728a5.js.map → www/dist/static/app.7e994f.js.map
Large diffs are not rendered by default.
Oops, something went wrong.