elastic/kibana

[Fleet]: Incorrect error message is displayed at the top of the policy editor while adding AWS integration when no Fleet Server exists.

Open

#180992 opened on Apr 17, 2024

View on GitHub
 (8 comments) (0 reactions) (0 assignees)TypeScript (19,065 stars) (8,021 forks)batch import
Team:Fleetbuggood first issueimpact:low

Description

Kibana Build details:

VERSION: 8.14.0-SNAPSHOT
BUILD: 73413
COMMIT: cba0e7f3f18ab7fd48ee30b0385a599d211eac7d

Host OS: All

Preconditions:

  1. 8.14.0-SNAPSHOT Kibana cloud environment should be available.

Steps to reproduce:

  1. Navigate to Fleet>Agents tab and observe no hosted fleet server is available.
  2. Navigate to Integrations and add AWS integration.
  3. Observe error message: This integration contains policy secrets(opens in a new tab or window), but you have a Fleet Server running on a version earlier than 8.10.0. Please upgrade your Fleet Server to enable policy secrets for all integrations.

Expected Result: Correct error message should be displayed under policy editor while adding AWS integration when no Fleet Server exists. This integration contains policy secrets(opens in a new tab or window), but Fleet Server is not available. Please install Fleet Server to enable policy secrets for all integrations.

Screen Recording:

https://github.com/elastic/kibana/assets/77374876/38608d3a-ce4c-4cb0-b09c-518531775b88

Feature: https://github.com/elastic/kibana/pull/178045

Contributor guide