weave-gitops-enterprise icon indicating copy to clipboard operation
weave-gitops-enterprise copied to clipboard

Disable license entitlement

Open mproffitt opened this issue 2 years ago • 1 comments

What changed?

Why was this change made?

As Weave GitOps Enterprise has now moved to OpenSource, the entitlement validation no longer makes sense as it relies on closed source code that probably won't remain in the codebase.

This change disables the check by removing irrelevant parts of code and setting the license expiry to always be time.Now() + 1 year

How was this change implemented?

How did you validate the change?

  • [x] Explain how a reviewer can verify the change themselves

By deploying this branch on a license free cluster and verifying that the check no longer takes place

  • [ ] Integration tests -- what is covered, what cannot be covered; or, explain why there are no new tests

This removes functionality and does not introduce any new functionality that requires coverage

  • [ ] Unit tests -- what is covered, what cannot be covered; are there tests that fail without the change?

This removes tests that cover code that is no longer relevant

Release notes

This change removes the license entitlement verification

Documentation Changes

Other follow ups

mproffitt avatar Feb 20 '24 01:02 mproffitt

Looking forward when it would be merged and the gitops console utility and docker images for gitops platform would be rebuilt.

gecube avatar Feb 20 '24 12:02 gecube