Mattias Jiderhamn
Mattias Jiderhamn
@bot This is still relevant
I have been able to set up WinCryptSSHAgent to use a regular ("soft") key in Windows Certificate Store, but documentation how to do that with a key on the Yubikey...
@michalsznajder , yep got it working now. Thanks! This is awesome!!!
I'm guessing that [`ExecuteCheck()`](https://github.com/sensu/sensu-go/blob/3ec4cae2a996d8c15f2bbdbead03537d8abc1cdf/backend/api/check.go#L61) needs to get its own `checkExecuteAttributes()` method instead of calling [`checkCreateAttributes()`](https://github.com/sensu/sensu-go/blob/3ec4cae2a996d8c15f2bbdbead03537d8abc1cdf/backend/api/check.go#L112) that uses `Verb: "create"`.
For us this issue is related to https://github.com/sensu/sensu-docs/issues/2968 , because without OIDC we cannot have 2FA login and therefore cannot trust users to `create` or `update` checks, since they may...
If you've built `spring-batch-excel` from [my pull request](https://github.com/spring-projects/spring-batch-extensions/pull/39), have a look at the test cases to see how to still get `String` for all columns.
This problem prevents me from upgrading as well. My error message is slightly different however ``` ERROR kafka.server.BrokerMetadataCheckpoint - Failed to write meta.properties due to java.nio.file.AccessDeniedException: C:\Users\Maji\AppData\Local\Temp\kafka_junit16787608145441309316 ```
At least in my case, the issue seems to be with Kafka itself https://issues.apache.org/jira/browse/KAFKA-13390 = https://github.com/apache/kafka/pull/11426
Can I help by supplying any logs?