Abhijeet V

Results 22 issues of Abhijeet V

Today, domain home page allows grouping of roles by static prefixes by means of configuration. https://github.com/AthenZ/athenz/blob/master/ui/src/config/default-config.js ``` allPrefixes: [ { name: 'AWS', prefix: ':role.aws', }, { name: 'Kubernetes', prefix: ':role.k8s',...

javascript
feature request
HackTogether
react

Today domain creation only let specify the domain name. https:///domain/create Enhance this feature to give the option to enter a description during domain creation. This description will be displayed in...

enhancement
javascript
HackTogether
react

Enhance the current policy and / or assertion creation in UI to convert "actions" field from textfield to dropdown listing well known actions given below - get, put, exec, update,...

javascript
feature request
HackTogether
react

Expectations: - Update unit tests code to implement correct DOM and get rid of the console errors. Sample error displayed during build ```19:10:10 [INFO] PASS src/__tests__/components/role/RoleList.test.js 19:10:10 [INFO] ● Console...

javascript
HackTogether
react

Many modern databases now supports certificate based authentication instead of traditional password. Certificate-based DB authentication adds the additional security by eliminating static credentials which are more common item for breach....

integration
HackTogether

Enhance current Athenz docker setup with local ldap container. ZMS already support LDAPAuthority. Expectations - - modify docker build to add a new container with ldap image - add necessary...

integration
HackTogether

How Athenz can be integrated with vault and used as an authentication and authorization mechanism to retrieve secrets from HashiCorp Vault? Expectations Recommended to add vault support as a sub-project...

integration
HackTogether

Add supporting code in athenz which can enable Athenz components ( ZMS, ZTS, UI ) to expose metrics data to any openmetrics implementation. more details about openmetrics can be found...

integration
HackTogether

How Athenz can be used as authentication and authorization mechanism with Envoy ( either as a sidecar OR standalone ) Expectations - Recommended to add envoy support as a sub-project...

integration
HackTogether

It will be very helpful if identities can get dynamic role attributes based on the identity document ( x509 certificate ). This will make it very easy to maintain policies...