Finding the Identity Service URL

The Identity Service URL is the Keystone endpoint with which HCP communicates. There are two different types of Identity Service URLs available on Keystone, the Public Identity Service URL and the Admin Identity Service URL. It's recommended to use the Admin Identity Service URL since the Public Service URL does not support user ACLs in this configuratio

After you have chosen which identity service endpoint you want to use, follow these steps to retrieve the URL:

  1. Using the Python Keystone client, enter one of the following depending on whether you are looking for the public or admin URL:
    • If you want the public URL, enter keystone endpoint-get --service identity --endpoint-type publicURL
    • If you want the admin URL, enter keystone endpoint-get --service identity --endpoint-type adminURL
  2. Record the URL for later use.