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

Set PI_NODE during redundancy setup #72

Open
fredreichbier opened this issue May 13, 2019 · 2 comments
Open

Set PI_NODE during redundancy setup #72

fredreichbier opened this issue May 13, 2019 · 2 comments

Comments

@fredreichbier
Copy link
Contributor

privacyIDEA supports the PI_NODE/PI_AUDIT_SERVERNAME config option to assign a name to the local privacyIDEA node. This might be handy in a redundant setup. Our redundancy setup should ask for node names and set them accordingly.

@fredreichbier fredreichbier added this to the 2.2 milestone May 13, 2019
@fredreichbier
Copy link
Contributor Author

We should then also set PI_NODES, to integrate nicely with periodic tasks.

@cornelinux cornelinux modified the milestones: 3.1, 3.2 Nov 19, 2019
@cornelinux
Copy link
Member

cornelinux commented Jan 21, 2020

For simplicity we could start with

PI_NODE = "node1"
PI_NODES = ["node1", "node2"]
PI_AUDIT_SERVERNAME = "node1"

and

PI_NODE = "node2"
PI_NODES = ["node1", "node2"]
PI_AUDIT_SERVERNAME = "node2"

(no user interaction)

@cornelinux cornelinux removed this from the 3.2 milestone May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants