Julian Löffler

Results 46 comments of Julian Löffler

I know that it is not for CI, I just thought the flag would cut interactive stuff. Basically automatically setting up developer notebooks using as less interaction as possible. (Login...

yeah, something like `jf login --server-id ` would be handy to mitigate user errors Probably needs some changes in https://github.com/jfrog/jfrog-cli-core/blob/4d330e689a8bb400e955cf8a27f088d51accd1d2/general/login/login.go#L20 and https://github.com/jfrog/jfrog-cli/blob/59ffcf80a199285dc9dac8feaac8be7d5f82bf1f/general/login/cli.go#L13 I guess it would be possible to just...

In the terraform fork opentofu you can use: `tofu plan --show-sensitive` -> maybe the TF maintainers can take inspiration from that

/fresh On Tue, Feb 11, 2025, 02:50 github-actions[bot] ***@***.***> wrote: > Crossplane does not currently have enough maintainers to address every > issue and pull request. This issue has been...

Workaround is here: https://github.com/microsoft/Windows-Containers/issues/516 We should add a hint to the guide

So: https://github.com/keycloak/keycloak/blob/44956e10d00b79b0000583ed964130712abe5353/services/src/main/java/org/keycloak/broker/oidc/mappers/UserAttributeMapper.java#L52 you have to write ``` # extra_config with syncMode is required in Keycloak 10+ extra_config = { syncMode = "INHERIT" claim = "my-email-claim" "user.attribute" = "email" } ```...

@ahus1 Would the keycloak team be willing to support this provider? As experts for the API that would be a great addition. I'm maintainer of https://github.com/crossplane-contrib/provider-keycloak - which directly depends...