Contribute in GitHub:
Edit online
Installing a New license.key File
There are several options how to apply the new license key. Pick any of the below based on the version of IBM Manta Data Lineage that you are using.
Admin UI
-
Log in to Manta Admin UI (
http://localhost:8181/manta-admin-gui/app/#/platform/configuration/license
). -
Go to Configuration | License.
-
Use the Upload New License Key button to upload the new license key.
-
Confirm by clicking the Apply License button.
Manta License API
Pass the new license.key file in using the license API, e.g.:
curl -X 'PUT' \
'http(s)://{Manta adminUI url}:{Manta adminUI port}/manta-admin-gui/public/license/v1/new' \
-H 'accept: */*' \
-H 'Authorization: Bearer <token>'
-H 'Content-Type: text/plain' \
-d '<license>{full license text here}</licence>'
This will need to be authorized with an API bearer token, see the API Token-Based Authentication (as of R40) page. See http://localhost:8181/manta-admin-gui/swagger-ui/index.html?urls.primaryName=manta-license-api#/License
swagger page for all license key related operations.