We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SOURCE_ACCESS_TOKEN
SOURCE_TOKEN_TYPE
OVERMIND_MANAGED_SOURCE
EngineConfigFromViper
natsTokenClient
HeartbeatOptions.ManagementClient
sdp-go/auth/auth.go#NewOAuthTokenClientWithContext
The text was updated successfully, but these errors were encountered:
tphoney
No branches or pull requests
SOURCE_ACCESS_TOKEN
(string),SOURCE_TOKEN_TYPE
(string), andOVERMIND_MANAGED_SOURCE
(bool, hidden) with appropriate descriptions to receive the config from https://github.com/overmindtech/srcman/issues/296EngineConfigFromViper
method to create anatsTokenClient
like https://github.com/overmindtech/aws-source/blob/7788d00d18d2394548f92969e98ffe2db09d4621/cmd/root.go#L128-L153 does and configure that asHeartbeatOptions.ManagementClient
. Using either the api key as already implement or the provided access token in a static token source (seesdp-go/auth/auth.go#NewOAuthTokenClientWithContext
).The text was updated successfully, but these errors were encountered: