-
> For our use case, it would be highly beneficial to be able to send multiple subjects as part of the same request, e.g. "subjects": ["user:peter", "group:admin"] to avoid having to query the API mult…
-
We are using MySQL and Hydra 0.7.0. We add subjects to one policy frequently using the CLI: `hydra policies subjects add ...` Two weeks ago, we found that the subjects, resources, and actions were all…
-
Currently, non-existing conditions are silently dropped from the policy, and the policy is created. It would be better if hydra returned an error and did not create the policy at all.
-
For our use case, it would be highly beneficial to be able to send multiple subjects as part of the same request, e.g. `"subjects": ["user:peter", "group:admin"]` to avoid having to query the API mult…
-
Hi,
I'm trying to run the hydra-consent-app-go
> although I may not run glide successfully( somewhat `Update failed for golang.org/x/sys: Cannot detect VCS`) , I don't see any mention of fostie on t…
-
The plugin was working fine the other day. Now its not.
I cant see the submit and manage pages on the front end. I have tried to active and reactive, Ive turned all other plugins off as well. Nothin…
-
When using the most recent version of ladon (which includes the new StringPairsEqualCondition) in a fork of Hydra, the warden was incorrectly denying requests when given valid contexts.
A sample po…
-
INFO[0000] Connecting with postgres://*:*@localhost:5432/hydra_test?
INFO[0000] Connected to SQL!
WARN[0000] Expected system secret to be at least 32 characters long, go…
-
Hi!
I try to run hydra's tests but they fail with:
```
~/go/src/github.com/ory-am/hydra$ go test ./client/
2017/04/13 22:58:24 Could not start resource: : API error (500): {"message":"invalid en…
-
In warden/group package
What is the reason to call `TokenAllowed` after some other logic, eg after calling `h.Manager.FindGroupNames(member)` in `FindGroupNames` handler?
If result of `TokenAllo…