Eike Waldt

Results 74 comments of Eike Waldt

@abravosuse From what I experienced in the past, the creation of the Netapp resources can take time and is error-prone to timing race conditions... I could see the same behavior...

@abravosuse Yeah, just delete the lines indicated with `-` and add the ones with `+`. The lines should me unique thought. Another way would be putting the patch in a...

@abravosuse I would need the `/var/log/salt-*` from hana01,02,03. Or you give me access to the hosts ;)

I have a similar issue but I am using keycloak directly (without LDAP behind it). In the log `"reqId": ...` also shows me the updated displayname, but it never gets...

@edward-ly My last understanding was - and this is true also in the latest version - that "Displayname" is not changeable for users provisioned by `user_oidc`. This is why I...

@melzer-b1 Please have a look at this.

https://github.com/SUSE/saphanabootstrap-formula/blob/09a6ec3dfbc2bd72fcebb7053e6556d9e7fc30c8/hana/install.sls#L20 is the piece of code which lets you set a `config_file`. @melzer-b1 please take a look.

@Hummdis I did a quick check from my side: - installing a new HANA - adding an additional tenant DB - adding 3 users (same username and password) for SYSTEMDB...

I have the very same issue. My use case is this https://nixos.wiki/wiki/Flakes#Super_fast_nix-shell I am using this for repos that might also be used by non-nix users that would get annoyed...

@fwilhe Are these authenticated requests? If not, this usually helps: ``` env: # needed to use github cli GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} ```