Marc Boorshtein

Results 21 issues of Marc Boorshtein

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

EKS
Proposed

# Description I create a Peek client for my queue: ``` ServiceBusReceiverClient peekClient = new ServiceBusClientBuilder() .connectionString(conString) .receiver() .queueName(myQueue) .buildClient(); ``` and retrieve the messages: ``` ServiceBusReceivedMessage m = null;...

enhancement
backlog

1. Validated the install through manual kubectl krew install --manifest... 2. Updated to match best practices docs

kind/gray-area
size/M
lifecycle/stale
cncf-cla: yes
kind/new-plugin

When running Kiali in a multi-tenant environment, where there's a single kiali for the cluster, Kiali will attempt to load resources from namespaces that the user does not have access...

enhancement

## Report Thank you for trying **conjure-up**! Before reporting a bug please make sure you've gone through this checklist: - [x ] Is this problem already documented at https://docs.ubuntu.com/conjure-up/en/troubleshoot#common-spell-problems -...

enhancement
help wanted

**Describe the bug** When upgrading from 0.19.1.RELEASE to 0.20.1.RELEASE, when attempting to deserialize the authenticator data we get: Caused by: java.io.InvalidClassException: com.webauthn4j.data.attestation.statement.COSEAlgorithmIdentifier; local class incompatible: stream classdesc serialVersionUID = -2522347661776965556,...

**enhancements:** - 1.0.0 Release [\#10](https://github.com/TremoloSecurity/kube-oidc-proxy/issues/10) - Access logging to standard out [\#2](https://github.com/TremoloSecurity/kube-oidc-proxy/issues/2) - create github action to automate builds [\#8](https://github.com/TremoloSecurity/kube-oidc-proxy/issues/8) - Switch from alpine --> ubuntu 20.04 [\#9](https://github.com/TremoloSecurity/kube-oidc-proxy/issues/9) - Support...

dco-signoff: no
size/XXL
do-not-merge/release-note-label-needed
needs-ok-to-test

I know this project isn't labeled a production system, but there have been few updates and there hasn't been a release since April 2020. I know there's a large community,...

### What happened? When deploying the dashboard into a vCluster, where the metrics services aren't available, the dashboard is unable to list any resources. ![Screen Shot 2022-09-12 at 11 08...

kind/bug

## Describe the question I'm trying to integrate OpenUnison's kubectl configuration, pre-loading the `oidc-login` cache with the `id_token` and `refresh_token`. I found https://github.com/int128/kubelogin/blob/cda2eccaac4701cc251ead940cc7209337d2a201/pkg/tokencache/repository/repository.go#L34 in the code, but looking at the...

question