74 lines
1.9 KiB
YAML
74 lines
1.9 KiB
YAML
name: Bug report
|
|
description: Bug descriptions or unexpected behaviour
|
|
title: "[Bug]: <Short description>"
|
|
labels: ["bug","help wanted"]
|
|
body:
|
|
- type: input
|
|
attributes:
|
|
label: OAuth2-Proxy Version
|
|
description: Which version of oauth2-proxy are you using?
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
attributes:
|
|
label: Provider
|
|
description: Which identity provider are you using?
|
|
options:
|
|
- adfs
|
|
- azure
|
|
- bitbucket
|
|
- digitalocean
|
|
- entra-id
|
|
- facebook
|
|
- gitea
|
|
- github
|
|
- gitlab
|
|
- google
|
|
- keycloak
|
|
- keycloak-oidc
|
|
- linkedin
|
|
- logingov
|
|
- nextcloud
|
|
- oidc
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Expected Behaviour
|
|
description: Tell us what you expect to happen.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Current Behaviour
|
|
description: Tell us what happens instead of the expected behavior.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Steps To Reproduce
|
|
description: Steps to reproduce the behavior.
|
|
placeholder: |
|
|
1. In this environment...
|
|
1. With this config...
|
|
1. Run '...'
|
|
1. See error...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Possible Solutions
|
|
description: Not obligatory, but suggest a fix/reason for the bug.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Configuration details or additional information
|
|
description: |
|
|
Please share more details about your environment and how you configured oauth2-proxy.
|
|
|
|
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
|
validations:
|
|
required: false
|
|
|