-
Notifications
You must be signed in to change notification settings - Fork 1
"Credential Utilities: Get Credential" throws 403 error #1
Copy link
Copy link
Open
Description
Steps to reproduce:
- UserA creates a Locker called "TheLocker".
1.a. UserA makes UserB an owner of TheLocker. - UserA creates a credential in TheLocker called "TheCredential".
2.a. It has an attribute called "username". - In a bot, add the "Credential Utilities: Get Credential" action.
3.a. Set "Credential name" to "TheCredential".
3.b. Set "Attribute name" to "username".
3.c. Set "Fetch using" to "Current User".
3.d. Set "Assign to credential" to existing credential variable. - Run the bot in unattended mode. Make UserB the bot runner.
Expected result: "Credential Utilities: Get Credential" retrieves TheCredential, because UserB is an owner of TheLocker.
Actual result: It throws an exception Error code: 403 Error details: {"code":"access.is.denied","details":null,"message":"Access is denied"}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels