Hanzo
PlatformHanzo IAMIntegrationsJava

Pulsar manager

Using Hanzo IAM in Pulsar Manager

Hanzo IAM can easily connect to Pulsar Manager.

The code for connecting Hanzo IAM has already been added to Pulsar Manager, so we just need to configure the application.yml file in the back-end and enable the front-end switch.

Step 1: Deploy Hanzo IAM

Deploy Hanzo IAM. See Server installation. Ensure the server is running and you can sign in at the Hanzo IAM login page (e.g. admin / 123).

Step 2: Configure Hanzo IAM

Configure an organization and an application in Hanzo IAM (see Application and Organization).

Step 2.1: Create an organization

organization

Step 2.2: Create an application

application

Step 3: Enable the Pulsar Manager front-end switch

Enable this switch to send code and state to the back-end.

The switch is on line 80 of pulsar-manager/front-end/src/router/index.js.

frontSwitch

Step 4: Configure the back-end code

Configure Hanzo IAM's settings in the application.properties file, which can be found on line 154 of pulsar-manager/src/main/resources/application.properties.

iam.endpoint = http://localhost:8000
iam.clientId = <client id from previous step>
iam.clientSecret = <client secret from previous step>
iam.certificate = <client certificate from previous step>
hanzo.aianizationName = pulsar
iam.applicationName = app-pulsar

How is this guide?

Last updated on

On this page