Skip to content
  • femiadeyemi's avatar
    use the correct variable the dockerfile and start.sh · e71f7d6d
    femiadeyemi authored
    Motivation:
    
    Inside the dockerfile the variable name for the client
    secret was mistyped. Also start shell file wasn't able
    to pass the secret to the jar file.
    
    Modification:
    
    - fix the mistyped in the dockerfile
    - set the value of the client-secret by using the
        spring variable
    
    Result:
    
    User can now be authenticated.
    
    Target: master
    e71f7d6d