hazelcast / hazelcast/hz-docs

Docs: Feedback for Managing Enterprise License Keys

Open
#759 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
11
Forks
112
Avg merge
20h 29m
Merged PRs (30d)
19

Description

Hi, I have some feedback about [this page](https://github.com/hazelcast/hz-docs/edit/main/docs/modules/deploy/pages/enterprise-licenses.adoc)

In embedded mode(java code creating a enterprise member) the member reports incorrect java system license property, also does NOT pick up exported environment variable HZ_LICENSEKEY...
To set the license key, please do one of the following:
- Change member config using Java API: config.setLicenseKey("...")
- Change XML/YAML configuration property: Set hazelcast.license-key: ...
- Add system property: -Dhz.licensekey=... (for Hazelcast embedded, works only when loading config via Config.load)
- Add environment variable: HZ_LICENSEKEY=... (recommended when running container image. For Hazelcast embedded, works only when loading config via Config.load)

-Dhazelcast.enterprise.license.key=$HZ_LICENSEKEY works.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.