When instantiating the connector, the token parameter only takes in a path to a file. Being able to pass in the token directly would allow for getting the token from an environment variable.
Example instantiation:
with GRPCClient(apiserverAddr, token=token, key=key, ca=ca, certs=certs):
pass
When instantiating the connector, the token parameter only takes in a path to a file. Being able to pass in the token directly would allow for getting the token from an environment variable.
Example instantiation: