hexa-org / policy-opa

Supports integration of Hexa IDQL Policy into OPA environments
Apache License 2.0
3 stars 1 forks source link

Enhance KeyGenerator tool to support generating keys to distinct files #30

Closed independentid closed 3 weeks ago

independentid commented 4 weeks ago

The current code is designed to create a signed cert for hexabundleserver by default and store it in server-cert.pem and server-key.pem etc.

If multiple servers (AuthZen, hexaBundleServer, HexaOrchestrator) are using the same certificate directory, we need to have multiple certificate files generated. The output should be placed in files specified by env variables for the server.

This would mean a server with autogen configured, would use the keygenerator to create a certificate for itself.

This issue is required by Policy-Orchestrator/Issue #423

independentid commented 3 weeks ago

Checked in with release tag v0.65.0