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

Feature request: Perforce Helix Core self-signed certificate creation optional #390

Open
henrykie opened this issue Nov 15, 2024 · 0 comments
Labels

Comments

@henrykie
Copy link
Contributor

Use case

We currently automate the process of creating a self-signed certificate on the Helix Core machine during initialization. Instead, it would be best to make this flag optional for use cases where Helix Core is running behind an NLB that is performing TLS termination with a trusted CA.

Solution/User Experience

module "perforce_helix_core" {
  source = "cloud-game-development-toolkit/modules/perforce/helix-core"
  ...
  create_self_signed_certificate = false

Would translate to an invocation of the p4_configure.sh script that does not use the SDP to generate a self-signed certificate. We would also need to require that the Helix Core server is expecting plaintext communication from the NLB.

Alternative solutions

No response

@henrykie henrykie added feature-request feature request triage to be triaged by project maintainers perforce labels Nov 15, 2024
@gabebatista gabebatista removed the triage to be triaged by project maintainers label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

2 participants