The access envelope for services running on the M-Lab platform.
50K+
Libraries and services for access control on the M-Lab platform.
The m-lab/access package support JWK keys generated by jwk-keygen.
Create a signing key pair:
go get gopkg.in/square/go-jose.v2/jwk-keygen
~/bin/jwk-keygen --use=sig --alg=EdDSA --kid=1
For new services, we want to balance access to the platform with protecting platform integrity and measurement quality.
Until a service supports access control natively, the "access envelope" service accepts access tokens, validates them, and upon acceptance, adds an iptables rule granting the client IP time to run a measurement before removing the rule again after a timeout.
Content type
Image
Digest
Size
11 MB
Last updated
over 5 years ago
docker pull measurementlab/access