Skip to content

Implement Feature Server backed by license entitlements & enablement #3284

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

Closed
Tracked by #480
spikecurtis opened this issue Jul 28, 2022 · 0 comments · Fixed by #3899
Closed
Tracked by #480

Implement Feature Server backed by license entitlements & enablement #3284

spikecurtis opened this issue Jul 28, 2022 · 0 comments · Fixed by #3899
Labels
api Area: HTTP API enterprise Enterprise-license / premium functionality

Comments

@spikecurtis
Copy link
Contributor

Problem

Core, open source code should be insulated from checking feature flags. Instead, licensed features are implemented behind interfaces that are unconditionally called by core code. Features are enabled or disabled asynchronously, so core code need to get new interfaces regularly.

RFC

Acceptance criteria

This work will use Enterprise Audit logging as the first feature to be integrated with the Feature Server.

Start with an unlicensed cluster

  1. Add a license that include audit logging
  2. Verify that audit logs are generated
  3. Remove the license and add a license in grace period
  4. Verify that audit logs are generated
  5. Remove the license
  6. Verify that audit logs are not generated
@spikecurtis spikecurtis added api Area: HTTP API enterprise Enterprise-license / premium functionality labels Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Area: HTTP API enterprise Enterprise-license / premium functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant