Skip to content

Commit

Permalink
Update docker references to auth service
Browse files Browse the repository at this point in the history
  • Loading branch information
p4-nathan committed Nov 3, 2020
1 parent b5f2178 commit c0b62db
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion containers/chicago/ext_config.awk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/Service-URL:/ {
print;
print "\t\thttps://auth-svc.doc:3000/";
print "\t\thttps://haproxy.doc/";
getline;
next;
}
Expand Down
2 changes: 1 addition & 1 deletion containers/p4d/ext_config.awk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/Service-URL:/ {
print;
print "\t\thttps://auth-svc.doc:3000/";
print "\t\thttps://haproxy.doc/";
getline;
next;
}
Expand Down
4 changes: 2 additions & 2 deletions containers/swarm/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'environment' => array(
'mode' => 'development',
'hostname' => 'swarm.doc',
'logout_url' => 'https://auth-svc.doc:3000/saml/logout',
'logout_url' => 'https://haproxy.doc/saml/logout',
),
'p4' => array(
'port' => 'p4d.doc:1666',
Expand Down Expand Up @@ -38,7 +38,7 @@
'idp' => array(
'entityId' => 'urn:auth-service:idp',
'singleSignOnService' => array(
'url' => 'https://auth-svc.doc:3000/saml/login',
'url' => 'https://haproxy.doc/saml/login',
),
'x509cert' => 'MIIEqDCCApACCQD3DESimNj1bDANBgkqhkiG9w0BAQsFADAWMRQwEgYDVQQDDAtBdXRoU2VydmljZTAeFw0yMDAyMjQyMTU0NDVaFw0zMDAyMjEyMTU0NDVaMBYxFDASBgNVBAMMC0F1dGhTZXJ2aWNlMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsNRsbY/li6lu6HFqhdXryTvJ7X2ItrEhnFQPvXBiYTxcA4ct+L1eTwqZ3XnccSQIAkBun7ugQvp/BbPikR15hvMI56Uj41mjrAX2R9qdol7GYidHMyfgn5eW+JV1m62AKy+UdVzRaihq5QyM7jErp/61Q4FeSic0o+n9InJHeat1P9kuXee+CXjU10oMNc7XJjhJdvQSx6LXD169nywpy8lVE31PIQVUDq0bmQypTtSuZkV3tWfqsoz1KUwyiYbSvuykJfyBFrX/O/G6H8lMNYqOnWDIdEeBuj1tZ9J89VkePmt5L7/MtwtZ0wgGIvbKHGbbCP8yWArEclmDdUfI/sqQUZIRJKBKjaC+1DdNSeXaKtA3zbx+ye1Uj6Ztf50Y/C7l6zYv/rMUK5N+BumhXVGDq78TtNHBgTOPV57xwcu1mxjMi2B1llO/HMh1A5bXUk/rf9ZUvc9BR7I97rd5yLQM2OVbm+6VAtmaw6uagcXicS8+Rfmusw/Q29Sp6PdDgANgpWgZMprOrMp83SoHflQ0oD28I3gHz21+GTZeTJ8TcieCo0AeEYiVgdzZuuRPp3gmSUuT0iSrVb1tE1ZocL1mIm5RPx3lBOUu8coOfCphYPUHGVGzIFm9AsetC+AQhyrWN/hAmqMmLtbYDBV4idfFB4NgGSTs9Q/syASbdXsCAwEAATANBgkqhkiG9w0BAQsFAAOCAgEAfDwfUWmStB/ec0eRVVhN6p4pKNLlEVpJOTS5qSPrMmUFHXB7NNFYjO7Rgiokc0zYd8cuAa39bsyh1DuYIa1/dchwI8xNqo3OeMb0/mlvFdAEFH2O+7as62JRm4Pv3hGPFB1vCd5gSyu3hI02pHq/VAx/9q0djy4/Am9/AyK1z/8oy1yN98nJGBW7hfbuLaBUbnrdkY8Ei5usUt7lWrb+UpDu1KKRjPGF48lsb01MaqUlZumT6qagxTNVVb30rhCswBVWQVcBMPT+zxAsKpsrkTuY2u/e0mmrqSlcNqb8/huhHmJVbL19A+KP0Xcar8DmWhronpgGLamZgyeWFVesAr3c7NqdBVjOqlSirp/ZBgb42mrKs2IFhuDMzaOPy7QyOdgjhiCySvvlTamfQjOOYSKTpQ98sWiWEoW0NqycgOdznWlUqfGLtuXB4q2kSFt0n8O2KKBCdp5gxBSYdfB56bk3UkImb3fCJ33druOK/0naU9AuXWdtiV1oQpv1ReS+JBgJz+4Dd2gZWsejNzCBbuwmgd48tjul7o3TkhjCyz6cpWatotQGuPuAqCGTci3ApVi/uYx9iOhN/en03kk5yxmGx9ldCRWtm3PvADUWHmjE2qyVduva8nDhvdVYNOOWbKu0UttWNKW+lMt/xl/S/v3EE8sfeFV/xHx7n+6Wfh0=',
),
Expand Down
4 changes: 2 additions & 2 deletions docs/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ docker-compose up --build -d swarm.doc
```

This Swarm instance is pre-configured to use the authentication service instance
reachable at `https://auth-svc.doc:3000/`, running in a container defined in the
Helix Authentication Service code base.
reachable via a web proxy at `https://haproxy.doc/`, which is running in a
container defined in the Helix Authentication Service code base.

## Controlling URL open

Expand Down

0 comments on commit c0b62db

Please sign in to comment.