|
| 1 | +name: 🐞 Bug |
| 2 | +description: Something is not working as indended. |
| 3 | +labels: [🐞 bug] |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + Thanks for taking the time to fill out this bug report! |
| 9 | +
|
| 10 | + Before you submit this issue, please make sure you have read the documentation and searched for similar issues. |
| 11 | + If you have done that, please fill out the template below. |
| 12 | +
|
| 13 | + - type: textarea |
| 14 | + attributes: |
| 15 | + label: Current Behavior |
| 16 | + description: A concise description of what you're experiencing. |
| 17 | + placeholder: | |
| 18 | + When I do <X>, <Y> happens and I see the error message attached below: |
| 19 | + ```...``` |
| 20 | + validations: |
| 21 | + required: true |
| 22 | + |
| 23 | + - type: textarea |
| 24 | + attributes: |
| 25 | + label: Expected Behavior |
| 26 | + description: A concise description of what you expected to happen. |
| 27 | + placeholder: When I do <X>, <Z> should happen instead. |
| 28 | + validations: |
| 29 | + required: true |
| 30 | + |
| 31 | + - type: textarea |
| 32 | + attributes: |
| 33 | + label: Steps To Reproduce |
| 34 | + description: Steps to reproduce the behavior. |
| 35 | + placeholder: | |
| 36 | + 1. In this environment... |
| 37 | + 2. With this config... |
| 38 | + 3. Run '...' |
| 39 | + 4. See error... |
| 40 | + render: Markdown |
| 41 | + validations: |
| 42 | + required: false |
| 43 | + |
| 44 | + - type: markdown |
| 45 | + attributes: |
| 46 | + value: |
| 47 | + Please not that openvpn-auth-oauth2 requires an OpenVPN server version |
| 48 | + 2.6.2 or higher. |
| 49 | + |
| 50 | + - type: textarea |
| 51 | + attributes: |
| 52 | + label: Environment |
| 53 | + description: | |
| 54 | + examples: |
| 55 | + - **openvpn-auth-oauth2 Version**: 1.5.1 |
| 56 | + - **OpenVPN Server Version**: 2.6.2 |
| 57 | + - **Server OS**: Linux |
| 58 | + - **OpenVPN Client (flavor, OS)**: Tunnelblick 4.0.0beta10 / MacOS |
| 59 | + - **OIDC Provider**: Entra ID |
| 60 | + value: | |
| 61 | + - openvpn-auth-oauth2 Version: |
| 62 | + - OpenVPN Server Version: |
| 63 | + - Server OS: |
| 64 | + - OpenVPN Client (flavor, OS): |
| 65 | + - OIDC Provider: |
| 66 | + validations: |
| 67 | + required: true |
| 68 | + |
| 69 | + - type: textarea |
| 70 | + attributes: |
| 71 | + label: openvpn-auth-oauth2 logs |
| 72 | + description: | |
| 73 | + Log of openvpn-auth-oauth2. Output of `journalctl -flu openvpn-auth-oauth2` and `dmesg | grep openvpn`, if openvpn-auth-oauth2 is installed as linux package. |
| 74 | + ⚠️ Without proving logs, I unable to assist here. ⚠️ |
| 75 | + render: shell |
| 76 | + validations: |
| 77 | + required: true |
| 78 | + |
| 79 | + - type: textarea |
| 80 | + attributes: |
| 81 | + label: openvpn server logs |
| 82 | + description: | |
| 83 | + Log of openvpn server |
| 84 | + render: shell |
| 85 | + validations: |
| 86 | + required: false |
| 87 | + |
| 88 | + - type: textarea |
| 89 | + attributes: |
| 90 | + label: Anything else? |
| 91 | + description: | |
| 92 | + Links? References? Anything that will give us more context about the issue you are encountering! |
| 93 | +
|
| 94 | + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. |
| 95 | + validations: |
| 96 | + required: false |
| 97 | + |
| 98 | + - type: checkboxes |
| 99 | + id: documentation |
| 100 | + attributes: |
| 101 | + label: Preflight Checklist |
| 102 | + options: |
| 103 | + - required: true |
| 104 | + #language=markdown |
| 105 | + label: | |
| 106 | + I could not find a solution in the [documentation](https://github.com/jkroepke/openvpn-auth-oauth2/wiki), |
| 107 | + the [FAQ](https://github.com/jkroepke/openvpn-auth-oauth2/wiki/FAQ), the existing issues or discussions. |
0 commit comments