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

US 642597: Add FIPS flag for pega infinity #858

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

GaneshKatta95
Copy link

No description provided.

@GaneshKatta95 GaneshKatta95 requested a review from a team as a code owner December 18, 2024 10:24
HZ_SSL_ALGO: "PKIX"
{{- else }}
HZ_SSL_ALGO: "SunX509"
{{- end }}
{{- end }}
{{- end }}

{{ if (eq (include "isPegaHighlySecureCryptoModeEnabled" .) "true") }}
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we cover this functionality as part of go test in terratest module?

VerifyEnvNotPresent(t, yamlContent, "HIGHLY_SECURE_CRYPTO_MODE_ENABLED")

options.SetValues["global.highlySecureCryptoModeEnabled"] = "true"
yamlContent := RenderTemplate(t, options, helmChartPath, []string{"templates/pega-environment-config.yaml"})
Copy link
Contributor

Choose a reason for hiding this comment

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

Its failing here. Probably you need to replace := with =

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Author

Choose a reason for hiding this comment

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

Updated the test

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.

2 participants