-
Dear all,
We have a .NET Core Web API service which makes use of the Authentication middleware readily available with .NET 5.0. In our service we have registered 4 different jwt bearer authenticati…
-
Starting offboarding checklist early so Adrian can help preflight some of the tasks. (See `Workflow` section)
# Offboarding checklist
Note: please do not put sensitive information here (issues a…
-
*Original comment by @epixa:*
### Taken from https://github.com/elastic/kibana/issues/11335
-----
## Feature Request and Motivation
Is it possible to rate limit the logins of users who've made…
-
version 1.2.2
The number of days away is incorrect (the number should not be rounded up).
**To Reproduce**
Steps to reproduce the behavior:
1. Early in the morning, set a due date late at nigh…
-
### Steps to reproduce
1. Download plugin
2. Install plugin
3. Nextcloud is very slow
### Expected behaviour
The plugin should not actually affect the performance of Nextcloud. This is the cas…
-
### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue.
…
-
I have gone through issues #1483 and #856 but haven't been able to solve the issue am facing.
Am using the inbuilt dex provided by Argocd
Dex details:
dex Version: v2.14.0
Go Version: go1.11.…
-
**Describe the bug**
All decks which were removed from web console or app are still has their data in SQL database and weren't removed from it.
**To Reproduce**
Steps to reproduce the behavior:
…
-
Can you further explain the function of Data Node in the open source version?
I understand that Arachne Central needs to be able to connect to a data node that specifies which ATLAS will be used to…
-
1 `"string " + $var` should be replaced with `"string $var"` in all places
2 similar code should be replaced with functions
3 `if ($result){return $result}` doing exact the same as `return $result`