Or Weis

Results 50 comments of Or Weis

@asafc @orishavit

Hi @ztepsic :) - You can simply set the OPAL manifest file to a different path using `OPAL_POLICY_REPO_MANIFEST_PATH` See the docs here: https://docs.opal.ac/tutorials/track_a_git_repo#policy-bundle-manifest---serving-dependant-policy-modules Please close this issue if this resolves...

True - you can have sub manifests file - but you don't have to - you can use one just in the root folder. I guess we can add an...

Hi @antoinetran - no such plans at the moment. We would be willing to review a PR, if you'd be interested in contributing such a feature. I would also recommend...

Thanks for opening this @maurice-freitag . If you're willing to open a PR - that would be even more appreciated. 💪🙏 How about we keep 'save_method' as is for backward...

Hi @Uthycloud - I think this one is up for grabs :) Both @filipermit and I would be happy to provide guidance. A good place to start is going yourself...

Hi @money8203 , Sure thing! We'd love some help with these : ) Confi is OPAL's configuration framework (homebrewed) - https://github.com/permitio/opal/blob/master/packages/opal-common/opal_common/confi/confi.py It loads config values for OPAL from 3 potential...

Hi I think you got the right direction here, but note the trick is with "_load_config_file" as this bit of the code is within decouple, and not part of OPAL's...

Hi @Rajat0002 :) As we don't want to fork decouple - I think we can work with inheritance - In `confi` we import and use `config` from decouple, which is...

@money8203 for sure, we'd appreciate a hand - you can find the relevant files here: - https://github.com/permitio/opal/blob/master/packages/opal-common/opal_common/config.py - https://github.com/permitio/opal/blob/master/packages/opal-client/opal_client/config.py - https://github.com/permitio/opal/blob/master/packages/opal-server/opal_server/config.py