Add new admin API to return Accounting Usage (#8689)

This commit is contained in:
Anis Elleuch
2020-02-05 03:20:39 +01:00
committed by GitHub
parent 301c50b721
commit 52bdbcd046
8 changed files with 264 additions and 0 deletions

View File

@@ -223,5 +223,6 @@ func (o *Opa) IsAllowed(args iampolicy.Args) (bool, error) {
}
return resultAllow.Result.Allow, nil
}
return result.Result, nil
}