tbe

Results 36 comments of tbe

FYI: This breaks chef-vault: ``` * chef_vault_secret[test] action create[2020-11-26T17:05:37+00:00] ERROR: ERROR: You received a 403 FORBIDDEN while requesting an clients key for testnode2. If you are on Chef Server <...

What about ``? As fields of an component struct have to be exported, it should be save to use lowercase `args`. This would solve the problem imho and has the...

> . As it is right now, components can be re-used and they then have their properties set on them again. The only thing i found is, that there is...

if names are a supported usecase, we would need an additional parameter like "addr_family". If both, the destination and the gateway are names, we can not decide if the route...

My 2¢: For LDAP Authentication, there is more then just plain password authentication. There must be some kind of admin group mapping for example. As there are other authentication strategies...

@SentToDevNull not yet. I have started, but at the moment we are overloaded with other work, so, not any time soon.

Same issue here with 1.1.2

Any update on this issue? Ignoring Admission Webhook failures looks like a very crude workaround?

After 5 years, this is still a bug. Ist there any work going on?

Paging in the database always requires an order by and limit, as PostgreSQL does not guarantee any ordering on a select otherwise. This is expensive, and a real issue. I...