Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Accounting Service is installed as part of SSO installation / upgrade. You can find instructions on how to install and upgrade Ubisecure SSO in Installation - SSO and Upgrade - SSO, respectively. Read and proceed with those instructions first.

...

  • Configuration of the Accounting Service integration in the SSO directory entry: CN=Ubisecure Accounting under CN=Services, OU=System
  • Accounting site and application in SSO directory
  • Accounting Service, which is a standalone Spring Boot application running as a service in your operating system (ubisecure-accounting), see Verify the running service below

Finalise access rights

...

Note

To access Accounting Service actuator endpoints you can naturally use also curl or similar tool instead of the browser. Provide credentials in the Authorization header as advised e.g. inhere: https://en.wikipedia.org/wiki/Basic_access_authenticationSince Accounting Service v. 2.3 (SSO v. 9.3) health check does not anymore require authentication. If you send an authenticated request you'll get a more verbose response, see Accounting Service management / Health endpoint detailed information.


Preconditions:

  1. Accounting Service needs to be runningNeed to know the HTTP Basic authentication credentials, see Accounting Service management - SSO / Actuator endpoint authentication

Steps with browser:

  1. Open browser and navigate to the following path: http(s)://<host>:<port>/actuator/health

    Enter the credentials

    Image Removed

    Figure 2. Entering Accounting Service health check credentials
  2. Verify from the response that the overall status and status of each component is 'UP'

    Image RemovedImage Added

    Figure 3. Accounting Service health check response in JSON format


    1. In normal conditions, the

    results
    1. result will

    read
    1. show "UP" and the endpoint will return a HTTP 200 error response.

    2. In error conditions, the

    results
    1. result will

    read
    1. show "DOWN" or "OUT_OF_SERVICE" and the endpoint will return a HTTP 503 error response.

If you don't perceive the expected outcome see Troubleshooting Accounting Service.

...

If you don't perceive the expected outcome see Troubleshooting Accounting Service.