Jan Graichen
Jan Graichen
**Description** All `state.apply` commands send via master to a newly started minion fail, because the pillars for the minion cannot compiled if any grains are used. Only after running `saltutil.refresh_pillar`...
This is the revised patch from [rails-timeago](https://github.com/jgraichen/rails-timeago) as mentioned in #173. I've added a few tests to test locale detection and selection.
## The problem We would like to have assets exported with the name they were imported as, as their key in the manifest file. Example: ```js import "images/logo.svg" ``` This...
Most requested features need settings specific to a single dashboard. This requires a major rewrite as dashboards would need to be saved in the database to store the settings. I'm...
**Describe the bug** I am testing Authentik with LDAP federation using a TLS-only openLDAP. The LDAP server runs on Debian Bookworm with a normal TLS setup, a valid LE cert,...
Is this a bug report or feature request? * Bug Report **Bug Report** What happened: The daemon image seems deprecated, and the `demo` mode has been removed there. I tried...
I really do like the easy of working with axum and axum-server. It is straightforward to set up TLS _and_ reload it, which is awesome when used with certificates that...
Investigate if and how salt-tower can support gitfs backends as a data source. Check salts gitfs classes and modules, [amendlik/gitstack-pillar](https://github.com/amendlik/gitstack-pillar/) might be interesting too.
The tower pillar should be configurable to load a specific top file based on the salt environment, e.g.: ``` ext_pillar: - tower: salt:env: base: /srv/salt/pillar/tower.sls staging: /src/salt/pillar-staging/tower.sls ``` This way...
Late-bind variable interpolation should be marked in the YAML file and finally handled by the tower e.g.: ```yaml # jinja | yamlet data: var: 5 result: !format "some late bound...