Skip to content

Commit 9b55968

Browse files
committed
[HWORKS-1304] Secret API documentation says you need to provide email to get shared ticket, but you should provide username instead (#207)
1 parent 03db2ab commit 9b55968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/hopsworks/core/secret_api.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ def get_secret(self, name: str, owner: str = None):
4646
"""Get a secret.
4747
4848
# Arguments
49-
name: Name of the project.
50-
owner: email of the owner for a secret shared with the current project.
49+
name: Name of the secret.
50+
owner: username of the owner for a secret shared with the current project. Users can find their username in the Account Settings > Profile section.
5151
# Returns
5252
`Secret`: The Secret object
5353
# Raises

0 commit comments

Comments
 (0)