mirror of
https://github.com/holos-run/holos.git
synced 2026-03-20 09:15:02 +00:00
❯ grpcurl -H "x-oidc-id-token: $(holos token)" jeff.app.dev.k2.holos.run:443 holos.v1alpha1.UserService.GetUser
{
"user": {
"id": "018f07f4-4f9c-7b69-9d9e-07bf7bb4fe33",
"email": "jeff@openinfrastructure.co",
"name": "Jeff McCune",
"timestamps": {
"createdAt": "2024-04-22T22:36:42.780492Z",
"updatedAt": "2024-04-22T22:36:42.780492Z"
}
}
}
2 lines
16 B
Go
2 lines
16 B
Go
package handler
|