We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for charting this course so that others may benefit in a big way. I appreciate it.
Where can I find the source for generate-oidc-keys-json-linux I would just like to know what it's doing.
generate-oidc-keys-json-linux
Thanks.
Edit
objdump on the binary pointed me to square/go-jose which has hit me with a very large clue stick.
objdump
square/go-jose
The text was updated successfully, but these errors were encountered:
Hello,
The source is https://github.com/aws/amazon-eks-pod-identity-webhook/blob/master/hack/self-hosted/main.go
Instead of using the binaries from this repo, you can install golang and run:
go run main.go -key $PKCS_KEY | jq '.keys += [.keys[0]] | .keys[1].kid = ""' > $OIDC_DIR/keys.json
Sorry, something went wrong.
No branches or pull requests
Thanks for charting this course so that others may benefit in a big way. I appreciate it.
Where can I find the source for
generate-oidc-keys-json-linux
I would just like to know what it's doing.Thanks.
Edit
objdump
on the binary pointed me tosquare/go-jose
which has hit me with a very large clue stick.The text was updated successfully, but these errors were encountered: