Federico Maggi

Results 16 comments of Federico Maggi

I've prepared the PR in my fork but, as you'll know, GitHub pages requires the special branch called _gh-pages_ and I can't open it on your repo. This leads to...

@kwauchope shouldn't this: > docker exec -it CONTAINER bash > su - postgres > psql -d gis "TRUNCATE spatial_ref_sys.sql" > psql -d gis -f /usr/share/postgresql/9.3/contrib/postgis-2.1/spatial_ref_sys.sql be: ``` docker exec -it...

Hi @avelino is there something I can do to let the project in elinsted? Thank you!

Hi @JamesLaverack sorry for my late reply, thank you for this thorough answer! Yes the service needs network access but I guess we could look into trust-manager, when running in...

Reopening since there still something to discuss about response imho

Hey, this is coherent with the recent refactor that has been done to allow using rond as a server-side library; I was thinking about creating a `sdk` package that could...

>I'd like to separate the http interface from both the sdk and the core, but the user should process method and path and retrieve user before use the sdk (probably,...

>So, I think that we should pass the Input directly to the sdk, or as []byte using the core.CreateRegoQueryInput it makes sense but the function should be coupled with the...

This is the parent issue for several changes that are being done: - #211 - #213 - #219 - #220 The whole project can be followed in the [Project Board](https://github.com/orgs/rond-authz/projects/2)

the types package was meant to be useful to third parties integrating with rönd data models; also having them in a standalone package helped preventing cyclic dependencies, now that package...