Skip to content

Commit

Permalink
add new heading
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed May 13, 2024
1 parent a96a98f commit f226f06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ Assume you have a secret API key stored in a 1Password vault named "my_vault" un
'your_super_secret_api_token_here'
```

This ensures that only the URI reference to the secret is ever stored in the Django admin interface and the database. The actual secret itself is never stored and is only retrieved dynamically when accessed. This approach enables secure management and access to secrets throughout your Django application, safeguarding against potential security vulnerabilities associated with direct exposure.
### Storing references, not secrets

Only the URI reference to the secret is ever stored in the Django admin interface and the database. The actual secret itself is never stored and is only retrieved dynamically when accessed. This approach enables secure management and access to secrets throughout your Django application, safeguarding against potential security vulnerabilities associated with direct exposure.

## Documentation

Expand Down

0 comments on commit f226f06

Please sign in to comment.