What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hello! I am currently trying to set a basic authentication for the staging environment, which allow

martin
martin Spryker Solution Partner Posts: 49 🧑🏻‍🚀 - Cadet

Hello!

I am currently trying to set a basic authentication for the staging environment, which allows external connections from the payment provider.
However, with the setup below it still blocks the incoming payment provider response. Am I missing here something?

Best
Martin

x-frontend-auth: &frontend-auth
  auth:
    engine: basic
    users:
      - username: username
        password: password
    exclude:
      - '${ALLOWED_IP}'
      - 3.120.62.0/24. # Payment Provider
      - 18.196.35.0/24 # Payment Provider

Comments

  • U01LE4BMBK7
    U01LE4BMBK7 Posts: 241 🧑🏻‍🚀 - Cadet

    3.120.62.0/24. << remove the . that the end

  • martin
    martin Spryker Solution Partner Posts: 49 🧑🏻‍🚀 - Cadet

    oh, this is a copy and paste error. There is no . at the end.