ACL Login HTTP API
The /acl/login
endpoint is used to log in to Nomad via an externally issued
token.
Authenticate with an externally issued token
This endpoint creates an ACL Token. The request is always forwarded to the authoritative region.
Method | Path | Produces |
---|---|---|
POST | /v1/acl/oidc/complete-auth | application/json |
The table below shows this endpoint's support for blocking queries and required ACLs.
Blocking Queries | ACL Required |
---|---|
NO | none |
Parameters
AuthMethodName
(string: <required>)
- The name of the ACL authentication method to use.LoginToken
(string: <required>)
- The externally issued authentication token to be exchanged for a Nomad ACL Token.
Sample Payload
Sample Request
Sample Response