forked from remote/oauth2
Changes requested by @lsirac
This commit is contained in:
@@ -217,7 +217,7 @@ func (cs executableCredentialSource) subjectToken() (string, error) {
|
|||||||
|
|
||||||
func (cs executableCredentialSource) getTokenFromOutputFile() (string, error, bool) {
|
func (cs executableCredentialSource) getTokenFromOutputFile() (string, error, bool) {
|
||||||
if cs.OutputFile == "" {
|
if cs.OutputFile == "" {
|
||||||
// This ExecutableCredentialSource doesn't use an OutputFile
|
// This ExecutableCredentialSource doesn't use an OutputFile.
|
||||||
return "", nil, false
|
return "", nil, false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user