-
Notifications
You must be signed in to change notification settings - Fork 189
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
[QA]tests for auth-app token generation via API and cli #10619
Labels
Comments
This was referenced Nov 26, 2024
need to confirm how to delete the tokens. |
skipping delete test. |
Merged
9 tasks
@nirajacharya2 I have update the description. Please, have a look TL;DR: token return by creation request is the actual token, and the token returned by list request is the token id. So, use actula token for resource access and token-id for token deletion. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
related: #9755
docs task: #10605
Note
Creatiing app token:
POST https://localhost:9200/auth-app/tokens?expiry=24h
List app tokens:
GET https://localhost:9200/auth-app/tokens
we need to have api tests for that and cli test
Bugs
Test Cases
API
Impersonation
AUTH_APP_ENABLE_IMPERSONATION=true
CLI
AUTH_APP_ENABLE_IMPERSONATION=true
Use of Token
cc @saw-jan
The text was updated successfully, but these errors were encountered: