Skip to content

entrypoint/: let Icinga Web render its config files, not a Go lib#123

Open
Al2Klimov wants to merge 1 commit into
masterfrom
env-ini
Open

entrypoint/: let Icinga Web render its config files, not a Go lib#123
Al2Klimov wants to merge 1 commit into
masterfrom
env-ini

Conversation

@Al2Klimov
Copy link
Copy Markdown
Member

It knows best what they have to look like to be interpreted correctly. Especially the proper quoting of special characters is important.

closes #119

Before

[Administrators]
permissions = *
users       = icingaadmin
groups      = Administrators

After

[Administrators]
groups = "Administrators"
permissions = "*"
users = "icingaadmin"

It knows best what they have to look like to be interpreted correctly.
Especially the proper quoting of special characters is important.
@Al2Klimov Al2Klimov added bug Something isn't working go Pull requests that update Go code labels Apr 19, 2024
@cla-bot cla-bot Bot added the cla/signed label Apr 19, 2024
@Al2Klimov Al2Klimov mentioned this pull request Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working cla/signed go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant