~bjornt/maas:get-projects-accept-cert

Last commit made on 2021-08-31
Get this branch:
git clone -b get-projects-accept-cert https://git.launchpad.net/~bjornt/maas
Only Björn Tillenius can upload to this branch. If you are Björn Tillenius please log in for upload directions.

Branch merges

Branch information

Name:
get-projects-accept-cert
Repository:
lp:~bjornt/maas

Recent commits

2cfdb3e... by Björn Tillenius

Add tests ensuring that pod.get_projects accepts credentials.

The pod.get_projects websocket method already can pass through the
certificate and private key.

This branch adds test to ensure that it works, and will continue
working. The mocking is moved to the RPC layer, so that this test will
start to fail if we change the RPC call to be more strict in the future.

4cb9408... by Alberto Donato

rework lxd power driver tests to use less mocks

07a4302... by Alberto Donato

add endpoint to return certificate PEM for a VM host

92932e0... by Huw Wilkins

Update maas-ui to 106ef060
chore(ui): turn on strict mode and remove betterer

b8f172d... by Alberto Donato

drop logic to (re-)generate certificate/key for maas controllers

18439c2... by Alberto Donato

use certificate/key instead of trust_password when deploying a LXD host

The also creates the "maas" LXD project during deployment and restricts the certificate to it

0637f81... by Christian Grabowski

move migration after rebase

require base image info for custom images

3019b82... by Björn Tillenius

Ensure the owner is set when creating deployed machines.

If the owner isn't set, any user may see and release the machine.

0075fd5... by Caleb Ellis

Update maas-ui to f74dfa53
feat(ui): group clone errors by error code (#3010)

1392dcf... by Huw Wilkins

Update maas-ui to 92ef2794
refactor(ui): fix kvm components strict errors