Skip to content

Instantly share code, notes, and snippets.

@ShahriyarR
Created December 6, 2022 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShahriyarR/d615b7f2453576bed1a2c63fffb05d4f to your computer and use it in GitHub Desktop.
Save ShahriyarR/d615b7f2453576bed1a2c63fffb05d4f to your computer and use it in GitHub Desktop.
>>> credentials = DBCredentialsWithDescriptors()
>>> credentials.password.get_secret()
'db-password'
>>> credentials.password.get_secret()
...
readonce.UnsupportedOperationException: ('Not allowed on sensitive value', 'Sensitive data was already consumed')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment