Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do you guys deal with reverse-proxy config ? #308

Open
Cedric-Ser opened this issue May 4, 2021 · 3 comments
Open

How do you guys deal with reverse-proxy config ? #308

Cedric-Ser opened this issue May 4, 2021 · 3 comments

Comments

@Cedric-Ser
Copy link

Hello,

At our end, we're using the set_stanza and set_entry capabilities from the framework with a several drawback: it's slow. A complete RP config takes approximatively 20 minutes (even when there's no changes).

How do you guys cope with small RP changes ? What's your process ?

Cédric Servais

@tombosmansibm
Copy link
Collaborator

Hi Cedric, I struggled with the same issue, so after just using tags to exclude the reverse proxy configuration, I've improved the idempotency of the entry part of the reverse proxy here : #342

@Cedric-Ser
Copy link
Author

Hello Tom, thank you,

I ended up making codes that converts the whole conf file as a dict and back to a conf file after running a json.diff using the excellent jsondiff library :)

Using the API, as the LMI, to upload the file allows to go from dozens of minutes to seconds in terms of deployments.

Regards,

Cédric.

@tombosmansibm
Copy link
Collaborator

That's a good idea 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants