Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix auth header s/authentication/authorization #1631

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

magec
Copy link
Contributor

@magec magec commented Jan 30, 2024

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.

@magec magec requested a review from a team as a code owner January 30, 2024 14:24
@magec magec requested review from johncowen and lobkovilya and removed request for a team January 30, 2024 14:24
Copy link

netlify bot commented Jan 30, 2024

Deploy Preview for kuma ready!

Name Link
🔨 Latest commit e549d06
🔍 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 lahabana merged commit 33271e6 into kumahq:master Jan 30, 2024
15 checks passed
@lahabana
Copy link
Contributor

Thx for the contrib!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants