Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
EVEREST-692 rename password to token (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
recharte authored Dec 21, 2023
1 parent e3275bf commit 17d0919
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 68 deletions.
66 changes: 33 additions & 33 deletions api/everest-server.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 33 additions & 33 deletions client/everest-client.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/spec/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ info:
title: Percona Everest schema
description: |
# Authentication
All requests to Everest API require `Authorization: Bearer <password>` header with a valid password in plain-text.
All requests to Everest API require `Authorization: Bearer <token>` header with a valid token in plain-text.
The password can be obtained by using `everestctl password reset` which resets the password and prints it to the screen.
The token can be obtained by using `everestctl token reset` which resets the token and prints it to the screen.
tags:
- name: k8s
description: Everything related to the Kubernetes Clusters
Expand Down

0 comments on commit 17d0919

Please sign in to comment.