Versions Compared

Key

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

...

  1. Add the following configuration properties to applicationblueriq-customerdata-odata-service-v1.yml. This will add user with username "blueriq" and password "welcome" and assign the role ROLE_ ACTUATOR to it.

    Code Block
    spring:
      security:
        user:
          name: blueriq
          password: '{noop}welcome'
          roles:
           - ACTUATOR

...