Merge lp://staging/~mpontillo/maas/beaconing-packet-format into lp://staging/~maas-committers/maas/trunk
Proposed by
Mike Pontillo
Status: | Merged |
---|---|
Approved by: | Mike Pontillo |
Approved revision: | no longer in the source branch. |
Merged at revision: | 6099 |
Proposed branch: | lp://staging/~mpontillo/maas/beaconing-packet-format |
Merge into: | lp://staging/~maas-committers/maas/trunk |
Diff against target: |
673 lines (+345/-74) 4 files modified
src/provisioningserver/security.py (+31/-9) src/provisioningserver/tests/test_security.py (+55/-44) src/provisioningserver/utils/beaconing.py (+135/-10) src/provisioningserver/utils/tests/test_beaconing.py (+124/-11) |
To merge this branch: | bzr merge lp://staging/~mpontillo/maas/beaconing-packet-format |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Данило Шеган (community) | Approve | ||
Review via email: mp+325601@code.staging.launchpad.net |
Commit message
Add methods to encode and decode beacon packets.
Also, change the name of the Fernet methods to make it clear that the encryption is done using a pre-shared key (the MAAS shared secret).
Minor test suite refactoring for SharedSecretTes
To post a comment you must log in.
I do have a few questions inline. Looks generally good, though.