Merge "Fix typos in alembic.ini & kmip_secret_store.py"
This commit is contained in:
commit
4b29003e4b
@ -12,7 +12,7 @@ script_location = %(here)s/alembic_migrations
|
|||||||
# revision_environment = false
|
# revision_environment = false
|
||||||
|
|
||||||
# default to an empty string because the Barbican migration process will
|
# default to an empty string because the Barbican migration process will
|
||||||
# extract the correct value and set it programatically before alembic is fully
|
# extract the correct value and set it programmatically before alembic is fully
|
||||||
# invoked.
|
# invoked.
|
||||||
sqlalchemy.url =
|
sqlalchemy.url =
|
||||||
#sqlalchemy.url = driver://user:pass@localhost/dbname
|
#sqlalchemy.url = driver://user:pass@localhost/dbname
|
||||||
|
@ -574,7 +574,7 @@ class KMIPSecretStore(ss.SecretStoreBase):
|
|||||||
|
|
||||||
Key files are extremely sensitive, they should be owned by the user
|
Key files are extremely sensitive, they should be owned by the user
|
||||||
who they relate to. They should be readable only (to avoid accidental
|
who they relate to. They should be readable only (to avoid accidental
|
||||||
changes). They should not be readable or writeable by any other user.
|
changes). They should not be readable or writable by any other user.
|
||||||
|
|
||||||
:raises: KMIPSecretStoreError
|
:raises: KMIPSecretStoreError
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user