I am trying to use a relay for licenses in an airgapped container environment (Kubernetes / OKD). During operation, I encountered the following two issues:
- Restricting License Claims in Air-Gapped Relay Environments Is it possible to restrict a license to a specific fingerprint at the license generation stage for use with keygen-relay? In air-gapped environments, the current "first node wins" behavior allows the first node that requests the license to automatically claim it. We need a mechanism to pre-validate or block the license claim based on a specific fingerprint before the first download occurs.
- Support for Custom Fingerprint Definitions in Containerized Environments (OKD) If restricting fingerprints at the license level is not possible, can keygen-relay use a custom fingerprint definition instead of the default machine-id for node-locked licenses? Since the application runs in a containerized environment (OKD/Kubernetes), machine-id is not good idea. We need to provide a stable, user-defined fingerprint (e.g., via environment variables or startup parameters) that remains consistent across container restart
I am trying to use a relay for licenses in an airgapped container environment (Kubernetes / OKD). During operation, I encountered the following two issues: