Skip to content
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

Remove FIPS mode for enterprise users. It is no longer supported. #3455

Merged
merged 7 commits into from
Oct 10, 2024

Conversation

rene-dekker
Copy link
Member

@rene-dekker rene-dekker commented Aug 9, 2024

Support was removed in v3.18 (release-v1.30+), but the code was never removed.

If you enable FIPS on EE, you will now see the following:

$ k get tigerastatus  calico -o yaml
apiVersion: operator.tigera.io/v1
kind: TigeraStatus
metadata:
  creationTimestamp: "2024-08-19T18:02:49Z"
  generation: 1
  name: calico
  resourceVersion: "10643"
  uid: f52ae118-9282-47ca-b362-64865ce7a8fe
spec: {}
status:
  conditions:
  - lastTransitionTime: "2024-08-19T18:22:10Z"
    message: 'Invalid Installation provided: Installation spec.FIPSMode=Enabled combined
      with spec.Variant=TigeraSecureEnterprise is not supported'
    observedGeneration: 4
    reason: InvalidConfigurationError
    status: "True"
    type: Degraded
  - lastTransitionTime: "2024-08-19T18:22:10Z"
    observedGeneration: 4
    reason: Unknown
    status: "False"
    type: Available
  - lastTransitionTime: "2024-08-19T18:03:59Z"
    observedGeneration: 4
    reason: Unknown
    status: "False"
    type: Progressing

Copy link
Member

@tmjd tmjd left a comment

Choose a reason for hiding this comment

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

LGTM

@rene-dekker rene-dekker modified the milestones: v1.36.0, v1.37.0 Oct 10, 2024
@rene-dekker rene-dekker merged commit 94af42f into tigera:master Oct 10, 2024
5 checks passed
@rene-dekker rene-dekker deleted the ev-4698 branch October 10, 2024 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants