Is it possible to use RDS? It specifically says th...
# help
s
Is it possible to use RDS? It specifically says that you can in the documentation but the pgjwt extension is required and not available in RDS.
n
Hello @Shane! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
g
If pgjwt is the only issue, From PostgREST:
Copy code
You can create JWT tokens in SQL using the pgjwt extension. It’s simple and requires only pgcrypto. If you’re on an environment like Amazon RDS which doesn’t support installing new extensions, you can still manually run the SQL inside pgjwt (you’ll need to replace @extschema@ with another schema or just delete it) which creates the functions you will need.
https://github.com/michelp/pgjwt/issues/4
n
Shane (2022-04-30)