kumahq / kuma-website

🐻 The official website for Kuma, the control plane for modern service connectivity.
https://kuma.io
Apache License 2.0
104 stars 87 forks source link

Fix auth header s/authentication/authorization #1631

Closed magec closed 7 months ago

magec commented 7 months ago

I was blindly copying http headers from reference and the server kept saying 'Permission denied'

{
 "type": "/std-errors",
 "status": 403,
 "title": "Access Denied",
 "detail": "action not allowed",
 "details": "action not allowed"
}

Then I realized is authorization not authentication (by reverse engeniering kumactl XD), change it and worked well. This change updates the doc.

netlify[bot] commented 7 months ago

Deploy Preview for kuma ready!

Name Link
Latest commit e549d061ed5555695caf9a0a50b99ebd1ef86943
Latest deploy log https://app.netlify.com/sites/kuma/deploys/65b906f95532600008e27cdb
Deploy Preview https://deploy-preview-1631--kuma.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

lahabana commented 7 months ago

Thx for the contrib!