~blake-rouse/maas:rbac-websocket

Last commit made on 2018-11-20
Get this branch:
git clone -b rbac-websocket https://git.launchpad.net/~blake-rouse/maas
Only Blake Rouse can upload to this branch. If you are Blake Rouse please log in for upload directions.

Branch merges

Branch information

Name:
rbac-websocket
Repository:
lp:~blake-rouse/maas

Recent commits

410725e... by Blake Rouse

Fix formatting.

c2ed7d5... by Blake Rouse

Fix more tests.

afbf37a... by Blake Rouse

Fix more tests.

6f53690... by Blake Rouse

Merge branch 'master' into rbac-websocket

c60b07c... by Spencer Seidel

Added API annotations to rackcontrollers and collected run-time examples in the examples file.

99ea2bc... by Blake Rouse

Fixes LP: #1801389 - Queue messages to syslog until the logging handler can actually connect.

594f8f8... by Mike Pontillo

LP #1803188: Prevent creation of multiple IPs (per subnet, per interface) during commissioning.

In some situations, the IP address from the preboot environment differs
from the IP address acquired by the DHCP client during commissioning. This
results in MAAS linking the interface to the subnet twice, which is
unexpected and can cause problems for future usage of the machine.

b4ca8cc... by Mike Pontillo

Add ability for WebSocket server to reply to ping requests.

Note that this has nothing to do with the Ping/Pong portion
of the WebSocket protocol defined by RFC 6455. Because
browsers often do not recognize stalled WebSocket connections,
this allows the application to proactively send traffic in
order to detect connection timeouts.

Partial fix for bug #1802325.

2b90a9e... by Blake Rouse

Fix RBAC at the websocket layer.

3a81bd9... by Spencer Seidel

Added api annotations to pods with examples.