File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Fleet Engine use JSON Web Tokens (JWTs) to both authenticate and authorize
44incoming requests. This process has several aspects to it and is non-trivial to
5- set up.
5+ set up. This Fleet Engine Auth Library provides a set of tools to simplify the
6+ setup process.
67
7- The Fleet Engine Auth Library provides a set of tools to simplify the setup
8- process. The functionality is best thought of in two buckets, Fleet Engine Roles
9- and JWT Signers.
8+ This library provides the following benefits:
9+
10+ * Simplifies the process of creating Fleet Engine Tokens.
11+ * Provides token signing mechanisms other than using credential files (such as
12+ impersonating a service account.)
13+ * Attaches signed tokens to outbound requests made from either a gRPC stub or
14+ GAPIC client.
1015
1116Sample scripts are provided in the sample directory. To learn more, see:
1217[ sample/README.md] ( sample/README.md ) .
You can’t perform that action at this time.
0 commit comments