sushmith
sushmith
**Is your feature request related to a problem? Please describe.** We have a big query project where the total number of tables is in a couple of thousands. Whenever we...
making shield relevant changes using https://github.com/odpf/salt/pull/27
Add `mapstructure` tags to parse shield config through viper in expected ways
**Summary** Ability to configure db connection settings while connecting to the database. database/sql already supports some of these - https://pkg.go.dev/database/sql#DB.SetConnMaxLifetime https://pkg.go.dev/database/sql#DB.SetMaxIdleConns https://pkg.go.dev/database/sql#DB.SetMaxOpenConns https://pkg.go.dev/database/sql#DB.SetMaxOpenConns
**Summary** Currently, guardian `GET /provider` has a different provider structure in response compared to the request body of `PUT /provider` and `POST /provider ` Based on general conventions/expectations - one...
**Summary** At the moment, guardian policy validation is done on creation. And any testing for the intricate steps require creating a policy and doing the whole appeal flow just to...
**Summary** At the moment, for every provider one can configure a set of roles with permission sets. It enables one to control the access roles to which a user can...
**Summary** Move AppealConfig from provider config to policy config. Related discussion - https://github.com/odpf/guardian/issues/213 ```yaml appeal: allow_active_access_extension_in: 24h ```
**Summary** Need for support of pagination in the approvals api - `/v1beta1/me/approvals`. Even with the filters which the api currently supports, there are users who have too many approvals as...
**Is your feature request related to a problem? Please describe.** As part of [UpdatePatchAsset](https://github.com/odpf/compass/blob/main/internal/server/v1beta1/asset.go#L215), we [patch](https://github.com/odpf/compass/blob/main/internal/server/v1beta1/asset.go#L237) and merge the asset before writing into DB. For the asset field `data` which...