Slide 8
Slide 8 text
8
Without fake-authority
● Use authority-sdk instead of ‘fake-authority’ container
● Authority-sdk can issue FAKE PAT(Private Access Token)
● The key pair generated (↑) must also be used on the grpc
server
● Put the keyID, public Key in environment variable
● If grpc server starts and environment variable is not empty
(that is ‘test mode’), use already generated key
Test starts
E2E_FAKE_AUTH_KEY_
ID
hoge
E2E_FAKE_AUTH_PRIV
ATE_KEY
E2E_FAKE_AUTH_PUB
LIC_KEY
GRPC server starts
if environment variable
exists, fetch it