Mike Bryant
Mike Bryant
@volans- Sorry about this, I've not been keeping up well with github notification emails. I'll add this to my todo list, and try and get that PR reviewed and merged.
I've managed to miss noticing this completely. @jsmitka Sorry for taking so long to get back to you on this, I appreciate the effort required to make a contribution. I'll...
Hmm, this isn't something that's exposed right now. If you look at this chunk from the source: ``` def get_descendants(self, include_self=False, depth=None): """Return all the descendants of this object.""" params...
You can do something like this: ``` --- apiVersion: apps/v1beta1 kind: StatefulSet metadata: name: nexus spec: serviceName: nexus replicas: 1 selector: matchLabels: app: nexus template: metadata: labels: app: nexus spec:...
Is anyone looking into the reason why [loads of people are locked out](https://github.com/keybase/client/issues?q=is%3Aissue+is%3Aopen+bad+session), and can't access their wallets/money/files etc?
I've worked around this for the moment with the following: ``` spec: cluster: aws steps: - try: - script: cluster: aws env: - name: NAMESPACE value: ($namespace) content: | #!/bin/bash...
Mhm, pretty much just naive usage of the apis - my test server is starting up with `addExistingIdentity` followed by `mintCap` etc. I guess I could do a `getIdentityKeypair` and...
:thinking: What about using `aes-gcm-siv(hash(content))`, or `aes-gcm-siv(public-key)` for the identity keypair case? If you don't use nonces with aes-gcm-siv, the only thing an attacker can observe is if the same...
Sigh, and I realise having written this we're actually not on the latest helm chart, so I'll go and upgrade that and see if that happens to fix things
Upgraded to latest chart (`2.24.0`), which gives image version `ghcr.io/kyverno/policy-reporter:2.20.0` - same issue