breezy-guitar-97226
10/29/2021, 10:46 AMOIDC
authentication for the Datahub frontend using OKTA as identity provider. We’d also like to take full advantage of the fine-grained authorization layer in Datahub by creating a set of policies to tailor different access privileges to different user groups.
While this already works alright, it would be nice if this initial policy creation could be handled when bootstrapping the frontend. The use case is to eliminate the need for this manual step upon creating a new environment and use a git-flow in order to manage the policies.
This would improve environment reproducibility and make testing and change management easier.
I’m not sure if such a feature is already implemented or planned. I found no docs around it and that’s the reason of my question 🙂
Thanks!big-carpet-38439
10/29/2021, 10:36 PMpolicies.json
which contains policies that are loaded up into DataHub when it is deployed!big-carpet-38439
10/29/2021, 10:36 PMbig-carpet-38439
10/29/2021, 10:36 PMbreezy-guitar-97226
11/02/2021, 8:25 AMbig-carpet-38439
11/03/2021, 5:55 PMlittle-megabyte-1074
breezy-guitar-97226
12/01/2021, 10:09 AMmodern-monitor-81461
03/20/2022, 6:22 PMpolicies.json
, and without having to build my own frontend. To me, it is silly having to build a component when I only want to change its configuration. I'm not super experienced when it comes to UIs and webapps, but I think it is something common (to have to rebuild...). I know it's easy enough with helm
to "inject" a config file using a configmap
, but that only works if the component can load that external file a boot time. Do you guys think it would be feasible?