Skip to content

Docker automatic HTTPS configuration - incorrect indentation of yaml #8

Description

@vanyabrucker

On this documentation page: https://www.passbolt.com/docs/hosting/configure/https/ce/docker-auto/

The headers.yaml is not correctly indented and won't work. middlewares should be two spaces to the right.

http:
middlewares:
  SslHeader:
    headers:
      FrameDeny: true
      AccessControlAllowMethods: 'GET,OPTIONS,PUT'
      AccessControlAllowOriginList:
        - origin-list-or-null
      AccessControlMaxAge: 100
      AddVaryHeader: true
      BrowserXssFilter: true
      ContentTypeNosniff: true
      ForceSTSHeader: true
      STSIncludeSubdomains: true
      STSPreload: true
      ContentSecurityPolicy: default-src 'self' 'unsafe-inline'
      CustomFrameOptionsValue: SAMEORIGIN
      ReferrerPolicy: same-origin
      PermissionsPolicy: vibrate 'self'
      STSSeconds: 315360000

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions