2022-09-16 04:21:05 +00:00
---
2023-05-07 06:39:17 +00:00
name: 'Bug Report'
description: 'Report a bug'
2022-09-16 04:21:05 +00:00
labels:
{{- range .Labels }}
2023-05-07 06:39:17 +00:00
- '{{ . }}'
2022-09-16 04:21:05 +00:00
{{- end }}
body:
2023-05-07 06:39:17 +00:00
- type: 'markdown'
2022-09-16 04:21:05 +00:00
attributes:
value: |
2022-11-16 02:47:20 +00:00
Thanks for taking the time to fill out this bug report. If you are unsure if this is actually a bug and you still need some form of support we generally recommend creating a [Question and Answer Discussion](https://github.com/authelia/authelia/discussions/new?category=q-a) first.
2022-09-16 04:21:05 +00:00
Please review the following requirements before submitting this issue type:
1. Please ensure you do not report security vulnerabilities via this method. See our [Security Policy](https://www.authelia.com/security-policy).
2. Please try to give as much information as possible for us to be able to reproduce the issue and provide a quick fix.
3. Please ensure an issue does not already exist for this potential bug.
4. Please only provide specific versions. Latest is not a version.
2023-05-01 04:31:56 +00:00
5. Please only report bugs with Authelia itself. Issues which match one of the following criteria should not be reported here but should be a [discussion](https://github.com/authelia/authelia/discussions/new/choose) instead:
- Bugs with third-party software.
- Mistakes in the documentation.
- Potential bugs where it is not somewhat clear that it's a bug with Authelia itself.
6. Please read the [Troubleshooting](https://www.authelia.com/r/troubleshooting) reference guide:
- Do not truncate any logs unless you are complying with the specific instructions in the [Logs](https://www.authelia.com/r/troubleshooting #logs ) section .
- If you plan on sanitizing, removing, or adjusting any values for the logs or configuration files please read the [Sanitization](https://www.authelia.com/r/troubleshooting #sanitization ) section .
7. Please consider including a [HTTP Archive File](https://www.authelia.com/r/har) if you're having redirection issues.
2023-05-07 06:39:17 +00:00
- type: 'dropdown'
id: 'version'
2022-09-16 04:21:05 +00:00
attributes:
2023-05-07 06:39:17 +00:00
label: |
2023-06-07 23:18:35 +00:00
Version
2023-05-07 06:39:17 +00:00
description: |
2023-06-07 23:18:35 +00:00
What version(s) of Authelia can you reproduce this bug on?
2022-09-16 04:21:05 +00:00
multiple: true
options:
{{- range .Versions }}
2023-05-07 06:39:17 +00:00
- '{{ . }}'
2023-06-07 23:18:35 +00:00
{{- end }}
2022-09-16 04:21:05 +00:00
validations:
required: true
2023-05-07 06:39:17 +00:00
- type: 'dropdown'
id: 'deployment'
2022-09-16 04:21:05 +00:00
attributes:
2023-05-07 06:39:17 +00:00
label: |
2023-06-07 23:18:35 +00:00
Deployment Method
2023-05-07 06:39:17 +00:00
description: |
2023-06-07 23:18:35 +00:00
How are you deploying Authelia?
2022-09-16 04:21:05 +00:00
options:
2023-05-07 06:39:17 +00:00
- 'Docker'
- 'Kubernetes'
- 'Bare-metal'
- 'Other'
2022-09-16 04:21:05 +00:00
validations:
required: true
2023-05-07 06:39:17 +00:00
- type: 'dropdown'
id: 'proxy'
2022-09-16 04:21:05 +00:00
attributes:
2023-05-07 06:39:17 +00:00
label: |
2023-06-07 23:18:35 +00:00
Reverse Proxy
2023-05-07 06:39:17 +00:00
description: |
2023-06-07 23:18:35 +00:00
What reverse proxy are you using?
2022-09-16 04:21:05 +00:00
options:
{{- range .Proxies }}
2023-05-07 06:39:17 +00:00
- '{{ . }}'
2022-09-16 04:21:05 +00:00
{{- end }}
validations:
required: true
2023-05-07 06:39:17 +00:00
- type: 'input'
id: 'proxy-version'
2022-09-16 04:21:05 +00:00
attributes:
2023-05-07 06:39:17 +00:00
label: |
2023-06-07 23:18:35 +00:00
Reverse Proxy Version
2023-05-07 06:39:17 +00:00
description: |
2023-06-07 23:18:35 +00:00
What is the version of your reverse proxy?
2023-05-07 06:39:17 +00:00
placeholder: 'x.x.x'
2022-09-16 04:21:05 +00:00
validations:
required: false
2023-05-07 06:39:17 +00:00
- type: 'textarea'
id: 'description'
2022-09-16 04:21:05 +00:00
attributes:
2023-05-07 06:39:17 +00:00
label: |
2023-06-07 23:18:35 +00:00
Description
2023-05-07 06:39:17 +00:00
description: |
2023-06-07 23:18:35 +00:00
Describe the bug.
2022-09-16 04:21:05 +00:00
validations:
required: true
2023-05-07 06:39:17 +00:00
- type: 'textarea'
id: 'reproduction'
2022-09-16 04:21:05 +00:00
attributes:
2023-05-07 06:39:17 +00:00
label: |
2023-06-07 23:18:35 +00:00
Reproduction
2023-05-07 06:39:17 +00:00
description: |
2023-06-07 23:18:35 +00:00
Describe how we can reproduce this issue. This should be step by step and should include detailed and specific information. Abstract or generic information should be avoided. For example this should include specific application names and versions if relevant. Reproducing the issue is important so we can verify it exists, add relevant tests, and verify it is solved.
2022-09-16 04:21:05 +00:00
validations:
required: true
2023-05-07 06:39:17 +00:00
- type: 'textarea'
id: 'expectations'
2022-09-16 05:16:02 +00:00
attributes:
2023-05-07 06:39:17 +00:00
label: |
2023-06-07 23:18:35 +00:00
Expectations
2023-05-07 06:39:17 +00:00
description: |
2023-06-07 23:18:35 +00:00
Describe the desired or expected results.
2022-09-16 05:16:02 +00:00
validations:
required: false
2023-05-07 06:39:17 +00:00
- type: 'textarea'
id: 'configuration'
2022-11-16 02:47:20 +00:00
attributes:
2023-05-07 06:39:17 +00:00
label: |
2023-06-07 23:18:35 +00:00
Configuration (Authelia)
2023-05-07 06:39:17 +00:00
description: |
2023-06-07 23:18:35 +00:00
Provide a complete configuration file (the template will automatically put this content in a code block).
2023-05-07 06:39:17 +00:00
render: 'yaml'
2022-11-16 02:47:20 +00:00
validations:
required: false
2023-05-07 06:39:17 +00:00
- type: 'textarea'
id: 'logs'
2022-09-16 04:21:05 +00:00
attributes:
2023-05-07 06:39:17 +00:00
label: |
2023-06-07 23:18:35 +00:00
Logs (Authelia)
2023-02-26 00:36:34 +00:00
description: |
2023-05-01 04:31:56 +00:00
Provide complete logs with the log level set to debug or trace. Complete means from application start until the issue occurring. This is clearly explained in the [Logs](https://www.authelia.com/r/troubleshooting #logs ) section of the troubleshooting guide .
2023-05-01 02:36:02 +00:00
The template will automatically put this content in a code block so you can just paste it.
2023-05-07 06:39:17 +00:00
render: 'shell'
2022-09-16 04:21:05 +00:00
validations:
2022-11-16 02:47:20 +00:00
required: true
2023-05-07 06:39:17 +00:00
- type: 'textarea'
id: 'logs-other'
2022-09-16 04:21:05 +00:00
attributes:
2023-05-07 06:39:17 +00:00
label: |
2023-06-07 23:18:35 +00:00
Logs (Proxy / Application)
2023-05-07 06:39:17 +00:00
description: |
2023-06-07 23:18:35 +00:00
Provide complete debug logs for the affected proxy and/or application if available and relevant (the template will automatically put this content in a code block).
2023-05-07 06:39:17 +00:00
render: 'shell'
2022-09-16 04:21:05 +00:00
validations:
required: false
2023-05-07 06:39:17 +00:00
- type: 'textarea'
id: 'documentation'
2022-09-16 04:21:05 +00:00
attributes:
2023-05-07 06:39:17 +00:00
label: |
2023-06-07 23:18:35 +00:00
Documentation
2023-05-07 06:39:17 +00:00
description: |
2023-06-07 23:18:35 +00:00
Provide any relevant specification or other documentation if applicable.
2022-09-16 04:21:05 +00:00
validations:
required: false
2023-05-07 06:39:17 +00:00
- type: 'checkboxes'
id: 'checklist'
2022-11-16 02:47:20 +00:00
attributes:
2023-05-07 06:39:17 +00:00
label: |
2023-06-07 23:18:35 +00:00
Pre-Submission Checklist
2023-05-07 06:39:17 +00:00
description: |
2023-06-07 23:18:35 +00:00
By submitting this issue confirm all of the following.
2022-11-16 02:47:20 +00:00
options:
2023-05-07 06:39:17 +00:00
- label: |
2023-06-07 23:18:35 +00:00
I agree to follow the [Code of Conduct](http://www.authelia.com/code-of-conduct)
2022-11-16 02:47:20 +00:00
required: true
2023-05-07 06:39:17 +00:00
- label: |
2023-06-07 23:18:35 +00:00
This is a bug report and not a support request
2022-11-16 02:47:20 +00:00
required: true
2023-05-07 06:39:17 +00:00
- label: |
2023-06-07 23:18:35 +00:00
I have read the security policy and this bug report is not a security issue or security related issue
2022-11-16 02:47:20 +00:00
required: true
2023-05-07 06:39:17 +00:00
- label: |
2023-06-07 23:18:35 +00:00
I have either included the complete configuration file or I am sure it's unrelated to the configuration
2022-11-16 02:47:20 +00:00
required: true
2023-05-07 06:39:17 +00:00
- label: |
2023-06-07 23:18:35 +00:00
I have provided all of the required information in full with the only alteration being reasonable sanitization in accordance with the [Troubleshooting Sanitization](https://www.authelia.com/r/sanitize) reference guide
2022-11-16 02:47:20 +00:00
required: true
2023-05-07 06:39:17 +00:00
- label: |
2023-06-07 23:18:35 +00:00
I have checked for related proxy or application logs and included them if available
2022-11-16 02:47:20 +00:00
required: true
2023-05-07 06:39:17 +00:00
- label: |
2023-06-07 23:18:35 +00:00
I have checked for related issues and checked the documentation
2022-11-16 02:47:20 +00:00
required: true
2022-09-16 04:21:05 +00:00
...