Skip to content

Commit

Permalink
Merge pull request #160 from jocubeit/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
imor authored Sep 27, 2023
2 parents ffbb847 + 075bba2 commit a598916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/stripe.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ create foreign data wrapper stripe_wrapper

### Secure your credentials (optional)

By default, Postgres stores FDW credentials inide `pg_catalog.pg_foreign_server` in plain text. Anyone with access to this table will be able to view these credentials. Wrappers is designed to work with [Vault](https://supabase.com/docs/guides/database/vault), which provides an additional level of security for storing credentials. We recommend using Vault to store your credentials.
By default, Postgres stores FDW credentials inside `pg_catalog.pg_foreign_server` in plain text. Anyone with access to this table will be able to view these credentials. Wrappers is designed to work with [Vault](https://supabase.com/docs/guides/database/vault), which provides an additional level of security for storing credentials. We recommend using Vault to store your credentials.

```sql
-- Save your Stripe API key in Vault and retrieve the `key_id`
Expand Down

0 comments on commit a598916

Please sign in to comment.