OpenIdentityPlatform / OpenAM

OpenAM is an open access management solution that includes Authentication, SSO, Authorization, Federation, Entitlements and Web Services Security.
https://www.openidentityplatform.org/openam
Other
766 stars 149 forks source link

Docker file issue #721

Closed ghost closed 7 months ago

ghost commented 7 months ago

Based on your given docker file I have followed the steps. but given github url is not hitting and the url is 404 . Can you please help me to take docker build and deploy and check.

maximthomas commented 7 months ago

@sundarrajan13 could you please provide more details? What manual are you following? What link gives you 404 error?

vharseko commented 7 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

ghost commented 7 months ago

based on the docker file I'm using. Below mentioned url is showing 404 error. curl -L https://github.com/OpenIdentityPlatform/OpenAM/releases/download/$VERSION/OpenAM-$VERSION.war --output $CATALINA_HOME/webapps/$OPENAM_PATH.war \

On Mon, Feb 5, 2024 at 12:05 PM Maxim Thomas @.***> wrote:

@sundarrajan13 https://github.com/sundarrajan13 could you please provide more details? What manual are you following? What link gives you 404 error?

— Reply to this email directly, view it on GitHub https://github.com/OpenIdentityPlatform/OpenAM/issues/721#issuecomment-1926316930, or unsubscribe https://github.com/notifications/unsubscribe-auth/A33K5LZD6AZRDA4OJRTLCPTYSB4SHAVCNFSM6AAAAABCZSCDI6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRWGMYTMOJTGA . You are receiving this because you were mentioned.Message ID: @.***>

vharseko commented 7 months ago

try

docker run --rm -it -h openam-01.domain.com -p 8080:8080 --name openam-01 openidentityplatform/openam