support all possible conditional values in policies (#1271)

Currently console only support "aws:username" as the
most basic variable for policy evaluation. This PR
extends this to add all the possible combinations
possible.

This includes all `jwt:*` and `ldap:*`
This commit is contained in:
Harshavardhana
2021-11-30 21:14:55 -08:00
committed by GitHub
parent 5f46ec2541
commit 85d549cc51
3 changed files with 51 additions and 0 deletions

1
go.mod
View File

@@ -13,6 +13,7 @@ require (
github.com/go-openapi/strfmt v0.20.0
github.com/go-openapi/swag v0.19.14
github.com/go-openapi/validate v0.20.2
github.com/golang-jwt/jwt/v4 v4.1.0
github.com/gorilla/websocket v1.4.2
github.com/jessevdk/go-flags v1.4.0
github.com/klauspost/compress v1.13.6