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

cli: plumbed through missing --server-cert-fingerprint option #580

Merged
merged 1 commit into from Sep 2, 2020

Conversation

jkowalski
Copy link
Contributor

Fixes: #577

@jkowalski jkowalski merged commit 90a9cf1 into kopia:master Sep 2, 2020
jkowalski referenced this pull request in jkowalski/kopia Mar 13, 2021
This is for a scenario where a user provides valid username/password
but such that the username is not authorized to access the UI.

Previously we'd make it look like they got access (because they can
see the UI at leaast partially), but all API calls would fail.

With this change we're failing early with HTTP 403 and pointing the
users at a GH issue explaining what to do.

Fixes #580.
jkowalski added a commit that referenced this pull request Mar 13, 2021
…r than the UI user (#884)

This is for a scenario where a user provides valid username/password
but such that the username is not authorized to access the UI.

Previously we'd make it look like they got access (because they can
see the UI at leaast partially), but all API calls would fail.

With this change we're failing early with HTTP 403 and pointing the
users at a GH issue explaining what to do.

Fixes #580.
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.

Unable to verify server status when runiing in https mode
2 participants