Zan Loy

Results 5 comments of Zan Loy

More systems are starting to use smart card for MFA. Is this possible with aws-adfs or not?

@mauriciosouto I actually forked this repo because I couldn't wait for the PR to fix a common error. But here is the line in my Gemfile: gem 'omniauth-slack', git: 'https://github.com/zanloy/omniauth-slack.git'

For more context, I wrote a python script that toggles the pulse audio output between speakers and headphones and I'd like to update the button on the Stream Deck to...

Try this: ```ruby kubectl = Kubeclient::Client.new ( 'https://kubernetes.default.svc/apis/metrics.k8s.io', 'v1beta1', auth_options: auth_options, ssl_options: ssl_options ) kubectl.get_nodes ```

One gotcha that just got me stuck for a while was for whatever reason, the `get_entity` method for `get_node` isn't generated. To get a single node by name, you have...