Skip to content

Commit

Permalink
Fix references of the old java token vendor. (#478)
Browse files Browse the repository at this point in the history
For the 2nd, update the link to the new codebase.
  • Loading branch information
ensonic authored Jan 28, 2025
1 parent 520efb0 commit 8843661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/device_identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The following components are part of the whole setup:

The following chapters explain the flows in more detail. Further information
about the Token Vendor can be found in its
[docs](https://github.com/googlecloudrobotics/core/tree/master/src/java/com/cloudrobotics/tokenvendor/README.md)
[docs](https://github.com/googlecloudrobotics/core/tree/master/src/go/cmd/token-vendor/README.md)

## Setup

Expand Down
2 changes: 1 addition & 1 deletion src/go/cmd/token-vendor/app/tokenvendor.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func (tv *TokenVendor) getOAuth2Token(ctx context.Context, jwtk string) (*tokens
return cloudToken, nil
}

// acceptedAudience validates JWT audience as defined by Java-based token vendor
// acceptedAudience validates JWT audience as defined by the token vendor
//
// `aud` is the value of the audience key from the JWT and `accAud` the configured
// accepted audience of the token vendor.
Expand Down

0 comments on commit 8843661

Please sign in to comment.