Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • method_check
  • custom_prefix
  • package
  • cookies
  • v2.1.1
  • v2.1.0
  • v2.1.0-rc5
  • v2.1.0-rc4
  • v2.1.0-rc3
  • v2.1.0-rc2
  • v2.1.0-rc1
  • v2.0.7
  • v2.0.6
  • v2.0.5
  • v2.0.4
  • v2.0.3
  • v2.0.2
  • v2.0.1
  • v2.0.0
  • v1.2.8
  • v1.2.7
  • v1.2.6
  • v1.2.5
  • v1.2.4
25 results

utils.go

  • Rohith Jayawardene's avatar
    32a8e7e8
    Groups Claims (#301) · 32a8e7e8
    Rohith Jayawardene authored
    The current implementation does not take into account the standard `groups` claim when matching on the resource. This PR add the ability to add an additional field `--groups=list,of,groups` to the resource.
    
    Note unlike the roles which are applied with an AND operation a user simply has to exist in one of the groups specified.
    Groups Claims (#301)
    Rohith Jayawardene authored
    The current implementation does not take into account the standard `groups` claim when matching on the resource. This PR add the ability to add an additional field `--groups=list,of,groups` to the resource.
    
    Note unlike the roles which are applied with an AND operation a user simply has to exist in one of the groups specified.