We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Agent key management functionality has been added to the APM settings by #119543 and #120373.
Add tests for the following endpoints:
GET /internal/apm/agent_keys
GET /internal/apm/agent_keys/privileges
POST /internal/apm/api_key/invalidate
POST /api/apm/agent_keys
Add tests for agent key components:
ftr_e2e/cypress/integration/power_user/settings/custom_links.spec.ts
Add stories: #125407
The text was updated successfully, but these errors were encountered:
Pinging @elastic/apm-ui (Team:apm)
Sorry, something went wrong.
@gbamparop to include in next test plan?
Yes please, I've added some information to the description.
No branches or pull requests
Agent key management functionality has been added to the APM settings by #119543 and #120373.
API tests:
Add tests for the following endpoints:
GET /internal/apm/agent_keys
Adds API tests for APM agent keys #125302GET /internal/apm/agent_keys/privileges
POST /internal/apm/api_key/invalidate
Adds API tests for APM agent keys #125302POST /api/apm/agent_keys
Adds API tests for APM agent keys #125302Unit tests
Add tests for agent key components:
e2e tests
ftr_e2e/cypress/integration/power_user/settings/custom_links.spec.ts
)Storybook
Add stories: #125407
The text was updated successfully, but these errors were encountered: