open-nomad/nomad/mock
James Rasell d29d3412d8
rpc: add OIDC login related endpoints.
This adds new OIDC endpoints on the RPC endpoint. These two RPCs
handle generating the OIDC provider URL and then completing the
login by exchanging the provider token with an internal Nomad
token.

The RPC endpoints both do double forwarding. The initial forward
is to ensure we are talking to the regional leader; the second
then takes into account whether the auth method generates local or
global tokens. If it creates global tokens, we must then forward
onto the federated regional leader.
2023-01-13 13:14:29 +00:00
..
acl.go rpc: add OIDC login related endpoints. 2023-01-13 13:14:29 +00:00
alloc.go cleanup: rearrange mocks package (#14660) 2022-09-22 13:49:58 -05:00
checks.go servicedisco: implement check_restart for nomad service checks 2022-09-13 08:59:23 -05:00
connect.go cleanup: rearrange mocks package (#14660) 2022-09-22 13:49:58 -05:00
csi.go cleanup: rearrange mocks package (#14660) 2022-09-22 13:49:58 -05:00
job.go cleanup: rearrange mocks package (#14660) 2022-09-22 13:49:58 -05:00
lifecycle.go cleanup: rearrange mocks package (#14660) 2022-09-22 13:49:58 -05:00
mock.go cleanup: rearrange mocks package (#14660) 2022-09-22 13:49:58 -05:00
network.go cleanup: rearrange mocks package (#14660) 2022-09-22 13:49:58 -05:00
node.go cleanup: rearrange mocks package (#14660) 2022-09-22 13:49:58 -05:00
variables.go cleanup: rearrange mocks package (#14660) 2022-09-22 13:49:58 -05:00