-
Notifications
You must be signed in to change notification settings - Fork 204
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
base: master
Are you sure you want to change the base?
Conversation
…ndependent on hazlecast encryption
…hlySecureCryptoModeEnable
…hlySecureCryptoModeEnable
HZ_SSL_ALGO: "PKIX" | ||
{{- else }} | ||
HZ_SSL_ALGO: "SunX509" | ||
{{- end }} | ||
{{- end }} | ||
{{- end }} | ||
|
||
{{ if (eq (include "isPegaHighlySecureCryptoModeEnabled" .) "true") }} |
There was a problem hiding this comment.
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"}) |
There was a problem hiding this comment.
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 =
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the test
No description provided.