Skip to content

Commit

Permalink
Reuse basich auth user/password for testing on the plone.org main bac…
Browse files Browse the repository at this point in the history
…kend authentication.

(current plone.org/ClassicUI basic auth password is illogical)
  • Loading branch information
fredvd committed Jan 24, 2024
1 parent c2036f6 commit c0f259d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/stacks/plone.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
- traefik.http.services.ploneorg-backend.loadbalancer.server.port=8080
# Middlewares
### Authentication
- traefik.http.middlewares.ploneorg-backend-auth.basicauth.users=ploneorg:$$apr1$$SAOhBRqM$$HqoYLlr//h7PfUWidoFg//
- traefik.http.middlewares.ploneorg-backend-auth.basicauth.users=ploneorg:$$2y$$05$$QuAxsLqKl7ltm6Qv4wOOw./2pK5VeVSBSllAJbdb4dKnFxWhFFLze
### backend ++api++ VHM
- "traefik.http.middlewares.ploneorg-vhm-cleanup.replacepathregex.regex=^/((\\+\\+api\\+\\+/){1,})($$|.*)"
- "traefik.http.middlewares.ploneorg-vhm-cleanup.replacepathregex.replacement=/VirtualHostBase/https/plone.org/Plone/++api++/VirtualHostRoot/$$3"
Expand Down

0 comments on commit c0f259d

Please sign in to comment.