Christian González
Christian González
But what is the valid use case of having an exact copy of an already existing entry? I just can't think about one. If I have a double entry, I...
Hm. About the issue: I restarted salt-master and salt-api services multiple times... And sure, it's a browser-only software, the missing log file makes sense then, but there is the Js...
> Sorry for the delay, I missed the notification for your comment... No problem, I was on holidays (and afterwords busy) so I did not respond in time. But the...
I even added my user (christian) temporarily to the "salt" and "shadow" groups - because SaltGUI uses PAM as login method - and maybe when using this user, SaltGUI will...
I am using plain Debian 12, up to date packages. And installed saltstack using their repo/install script: salt-{api|common»master|minion} v 3007.1
`/etc/salt/master`, is unchanged, and my `/etc/salt/master.d/local.conf`is this: ```yml file_roots: base: - /srv/salt/ keep_acl_in_token: True allow_uid_change: True allow_gid_change: True mysql.host: 'db' mysql.user: 'salt' mysql.pass: 'XXXXXX' mysql.db: 'salt' mysql.port: 3306 rest_cherrypy: port:...
the reason why I set this was that If I didn't set it, I get some errors in the logs: ``` The 'rest' external_auth backend requires 'keep_acl_in_token' to be True....
That's correct, my fault, I snipped out all comments from my config, and the (in my thoughts additional...) rest part under `external_auth` too. Sorry, I didn't think that would make...
> I’m not currently maintaining this package. > > Im open to transferring ownership of the repo & pypi package if someone wants to adopt maintaintership. Hm. Maybe then it's...
Is there anything essential blocking this from merging?