Skip to content
Snippets Groups Projects
Commit f4b6e62b authored by Jeremy Mordkoff's avatar Jeremy Mordkoff
Browse files

trick the SO into thinking the public IP is local so that openidcprovider can reach the platform


Signed-off-by: default avatarJeremy Mordkoff <Jeremy.Mordkoff@riftio.com>

Change-Id: I3f686c5a53cb2f3c1a8870dffea8dbfd1d979686
parent 2059b39f
No related branches found
Tags v3.0.0rc5
No related merge requests found
......@@ -233,6 +233,13 @@ function configure(){
config
openidc-provider-config rw-ui-client redirect-uri https://$DEFAULT_IP:8443/callback post-logout-redirect-uri https://$DEFAULT_IP:8443/
EOF
lxc exec SO-ub -- tee /etc/network/interfaces.d/60-rift.cfg <<EOF
auto lo:1
iface lo:1 inet static
address $DEFAULT_IP
netmask 255.255.255.255
EOF
lxc exec SO-ub ifup lo:1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment