We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0061dec commit ebf1081Copy full SHA for ebf1081
python/hopsworks/core/secret_api.py
@@ -50,7 +50,7 @@ def get_secret(self, name: str, owner: str = None) -> secret.Secret:
50
51
# Arguments
52
name: Name of the secret.
53
- owner: email of the owner for a secret shared with the current project.
+ owner: username of the owner for a secret shared with the current project. Users can find their username in the Account Settings > Profile section.
54
# Returns
55
`Secret`: The Secret object
56
# Raises
0 commit comments