Skip to content

feat: Add feature flag to disable local ip filtering#4610

Merged
chriskari merged 4 commits intokyma-project:mainfrom
chriskari:feature-ipfiltering
Feb 13, 2026
Merged

feat: Add feature flag to disable local ip filtering#4610
chriskari merged 4 commits intokyma-project:mainfrom
chriskari:feature-ipfiltering

Conversation

@chriskari
Copy link
Contributor

@chriskari chriskari commented Feb 12, 2026

Description

Changes proposed in this pull request:

  • Added feature flag to disable local ip filtering
  • Removed unused config/config.yaml file, for local development -> adjust defautlConfig
  • Added docs about backend's feature flags
  • Use vitest for backend's unit test to allow better mocking

Related issue(s)
#4553

Definition of done

  • The PR's title starts with one of the following prefixes:
    • feat: A new feature
    • fix: A bug fix
    • docs: Documentation only changes
    • refactor: A code change that neither fixes a bug nor adds a feature
    • test: Adding tests
    • revert: Revert commit
    • chore: Maintainance changes to the build process or auxiliary tools, libraries, workflows, etc.
  • Related issues are linked. To link internal trackers, use the issue IDs like backlog#4567
  • Explain clearly why you created the PR and what changes it introduces
  • All necessary steps are delivered, for example, tests, documentation, merging

Copy link
Contributor

@dbadura dbadura left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As the config.yaml is shared between frontend and backend.
What if user who deployes busola would like to change some of those features?
https://github.com/kyma-project/busola/blob/main/docs/features.md#features-list-for-backend

@chriskari chriskari merged commit 2cd3768 into kyma-project:main Feb 13, 2026
21 of 23 checks passed
@chriskari chriskari deleted the feature-ipfiltering branch February 18, 2026 08:16
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.

Add feature flow to turn off backend local ip filtering

3 participants