documentation icon indicating copy to clipboard operation
documentation copied to clipboard

[ Bug report ] In AuthZ docs, authorization.NewRSAKeyProvider no longer exists.

Open TheHiddenLayer opened this issue 5 months ago • 1 comments

Required

What is the issue?

authorization.NewRSAKeyProvider(...) no longer exists in code, but it's mentioned in docs.

How can we reproduce the issue?

Just visit https://docs.temporal.io/self-hosted-guide/security and search for "NewRSAKeyProvider". Then, search for this in the authorization Temporal package. You won't find it cuz it's not there. I think it's been replaced by another function.

What is the expected behavior?

Additional context (optional—the more we know, the faster it goes)

The new function seems to have added ECDSA format support in addition to just RSA, so the function name has changed.

Screenshots: N/A

Browser and version: N/A

Device and screen size: N/A

TheHiddenLayer avatar Sep 20 '24 21:09 TheHiddenLayer