You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we have a docker image for the attestation service we should migrate away from the statically deployed skrattestation service as per the guidelines
I went with (1) in JS because (2) does not provide SSL by default. You might choose (2) for a simpler deployment story keeping in mind the https limitation and whether your HttpClient allows insecure connections.
Finally, consider any recording sanitization that might need updating. The Key Release policy is base64url encoded, and will change depending on the authority field so I had to add extra recorder steps in JS. You might not have to.
The text was updated successfully, but these errors were encountered:
Now that we have a docker image for the attestation service we should migrate away from the statically deployed skrattestation service as per the guidelines
To do so:
The choices I saw are:
I went with (1) in JS because (2) does not provide SSL by default. You might choose (2) for a simpler deployment story keeping in mind the https limitation and whether your HttpClient allows insecure connections.
Finally, consider any recording sanitization that might need updating. The Key Release policy is base64url encoded, and will change depending on the
authority
field so I had to add extra recorder steps in JS. You might not have to.The text was updated successfully, but these errors were encountered: