Skip to content

Commit ebf1081

Browse files
committed
[HWORKS-1304] Secret API documentation says you need to provide email to get shared ticket, but you should provide username instead
1 parent 0061dec commit ebf1081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/hopsworks/core/secret_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get_secret(self, name: str, owner: str = None) -> secret.Secret:
5050
5151
# Arguments
5252
name: Name of the secret.
53-
owner: email of the owner for a secret shared with the current project.
53+
owner: username of the owner for a secret shared with the current project. Users can find their username in the Account Settings > Profile section.
5454
# Returns
5555
`Secret`: The Secret object
5656
# Raises

0 commit comments

Comments
 (0)