Skip to content

Commit

Permalink
remove basic_auch from live frontend
Browse files Browse the repository at this point in the history
cleanup old comments
  • Loading branch information
fredvd committed Jul 9, 2023
1 parent 64a76f6 commit 69ea88e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## 1.0.1 (unreleased)


- Nothing changed yet.
- Remove basic_auth from live frontend. [fredvd]


## 1.0.0 (2023-07-09)
9 changes: 3 additions & 6 deletions devops/stacks/plone.de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,13 @@ services:
- traefik.constraint-label=public
# SERVICE
- traefik.http.services.plonede-frontend.loadbalancer.server.port=3000
# MIDDLEWARES
### ClassicUI Access Authentication
- traefik.http.middlewares.plonede-frontend-auth.basicauth.users=plonede:$$2y$$05$$7jfejsi4CsRQpNBiorquEeuNZqDropPM4Wpox.lB0VsgIXjCk/ubC
# HOSTS: Main
- traefik.http.routers.plonede-frontend.rule=Host(`plone.de`)
- traefik.http.routers.plonede-frontend.entrypoints=https
- traefik.http.routers.plonede-frontend.tls=true
- traefik.http.routers.plonede-frontend.tls.certresolver=le
- traefik.http.routers.plonede-frontend.service=plonede-frontend
- traefik.http.routers.plonede-frontend.middlewares=gzip,plonede-frontend-auth
- traefik.http.routers.plonede-frontend.middlewares=gzip

backend:
image: ghcr.io/plone/plonede-backend:${STACK_PARAM:-latest}
Expand Down Expand Up @@ -61,13 +58,13 @@ services:
- "traefik.http.middlewares.plonede-vhm-classicui.replacepathregex.regex=^/ClassicUI($$|/.*)"
- "traefik.http.middlewares.plonede-vhm-classicui.replacepathregex.replacement=/VirtualHostBase/https/plone.de/Plone/VirtualHostRoot/_vh_ClassicUI/$$1"
# ROUTES
## ploneconf.org API
## API
- traefik.http.routers.plonede-backend.rule=Host(`plone.de`) && (PathPrefix(`/++api++`))
- traefik.http.routers.plonede-backend.entrypoints=https
- traefik.http.routers.plonede-backend.tls=true
- traefik.http.routers.plonede-backend.service=plonede-backend
- traefik.http.routers.plonede-backend.middlewares=gzip,plonede-vhm
### ploneconf.org /ClassicUI - protected with basic auth (prevent SEOs from crawl it)
### /ClassicUI - protected with basic auth (prevent SEOs from crawl it)
- traefik.http.routers.plonede-classicui.rule=Host(`plone.de`) && (PathPrefix(`/ClassicUI`))
- traefik.http.routers.plonede-classicui.entrypoints=https
- traefik.http.routers.plonede-classicui.tls=true
Expand Down
4 changes: 2 additions & 2 deletions devops/stacks/testing.plone.de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ services:
- "traefik.http.middlewares.testing_plonede-vhm-classicui.replacepathregex.regex=^/ClassicUI($$|/.*)"
- "traefik.http.middlewares.testing_plonede-vhm-classicui.replacepathregex.replacement=/VirtualHostBase/https/testing.plone.de/Plone/VirtualHostRoot/_vh_ClassicUI/$$1"
# ROUTES
## ploneconf.org API
## API
- traefik.http.routers.testing_plonede-backend.rule=Host(`testing.plone.de`) && (PathPrefix(`/++api++`))
- traefik.http.routers.testing_plonede-backend.entrypoints=https
- traefik.http.routers.testing_plonede-backend.tls=true
- traefik.http.routers.testing_plonede-backend.service=testing_plonede-backend
- traefik.http.routers.testing_plonede-backend.middlewares=gzip,testing_plonede-vhm
### ploneconf.org /ClassicUI - protected with basic auth (prevent SEOs from crawl it)
### /ClassicUI - protected with basic auth (prevent SEOs from crawl it)
- traefik.http.routers.testing_plonede-classicui.rule=Host(`testing.plone.de`) && (PathPrefix(`/ClassicUI`))
- traefik.http.routers.testing_plonede-classicui.entrypoints=https
- traefik.http.routers.testing_plonede-classicui.tls=true
Expand Down

0 comments on commit 69ea88e

Please sign in to comment.