diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-06 13:18:30 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-06 13:18:30 -0700 |
| commit | 1faacf8dda27d4eef0a4440deda82326262e0a89 (patch) | |
| tree | b8f7283ff20dc647891e280f6fea48f9a1c13e74 /bin/e2e | |
| parent | 68aaecae08062f6a200bc7167e8666c14165630c (diff) | |
feat: provide JWT token and GlobalID to make the remote authorization decision
Diffstat (limited to 'bin/e2e')
| -rwxr-xr-x | bin/e2e | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,6 +19,6 @@ $BROWSER http://ui.example.com:8080/saml/new $BROWSER http://ui.example.com:8080/oidc/new curl http://api.example.com:8080/projects.json -curl -i -XPOST http://api.example.com:8080/projects --data '{"name": "gitlab"}' +curl -H 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI2YmYxZTlmMy02OGIwLTQ4NmYtOGVlZi0wODFmZTg2YjJlODMiLCJpYXQiOjE3NDEyOTAzMzJ9.e30=' -XPOST http://api.example.com:8080/projects --data '{"name": "gitlab"}' curl http://api.example.com:8080/projects.json |
