- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise
- >
- Cypher Plugin - Failed to create cypher
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2022 11:38 AM
06-06-2022 11:38 AM
Cypher Plugin - Failed to create cypher
I’m working on creating a Cypher plugin for Thycotic Secret Server. I’m to the point where I can retrieve the secret, but when after I return the new CypherObject I get “Failed to create cypher” in the UI. Anything I can enable to get some more information on what’s going on? No exception is being thrown from my CypherModule class (I hit the logging point that’s immediately before returning the object).
Thanks!
- Tags:
- cypher

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2022 08:30 AM
06-21-2022 08:30 AM
Re: Cypher Plugin - Failed to create cypher
Hmm, tried to use your github link but it seems i dont have access rights to look.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2022 10:14 AM
06-21-2022 10:14 AM
Re: Cypher Plugin - Failed to create cypher
Whoops, should be available now.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2022 07:35 AM
06-17-2022 07:35 AM
Re: Cypher Plugin - Failed to create cypher
OK, I ended up just using the path to allow access to different fields. Would you mind giving it a quick review?
Also, I tried adding the credential support (under Infrastructure > Trust), but couldn’t get anything to show up. Under plugin info it shows as “UNKNOWN” and no integration options are available. Maybe a license issue (we are on essentials right now)?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2022 11:42 AM
06-14-2022 11:42 AM
Re: Cypher Plugin - Failed to create cypher
Hello! . Sorry for the delay as some of us got hit with COVID. Could you elaborate on the morpheus appliance version you are testing on as well as the plugin core model? We did do a recent improvement here in 5.4.7

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2022 06:44 AM
06-16-2022 06:44 AM
Re: Cypher Plugin - Failed to create cypher
Great question. So there are 2 ways to do this. If your data payload is in json I believe our api can deserialize and let you access properties on it. Or you can indeed add some magic to how the path is handled with sub paths to read the values. This is kinda up to your creativity :).
Awesome work on getting Thycotic support going! We are still brainstorming ways to make some of these plugins easier to develop and improve documentation so any feedback is much appreciated.
And thank you! The engineering team somehow avoided it until recently. Hopefully it runs its course and we can get back to full steam ahead.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2022 06:03 AM
06-16-2022 06:03 AM
Re: Cypher Plugin - Failed to create cypher
After coming back to this, I’m not sure what I was doing. I upgraded my appliance to 5.5.0-1 and was able to get things working without a problem and I’m able to retrieve a secret through a shell script!
Design question for you. If I want to be able to retrieve other properties of a secret (i.e. domain, user, pass). How would you recommend doing that? I’m thinking just adding another bit onto the path with which property to retrieve. For example, myplugin/mysecret/domain, myplugin/mysecret/username, myplugin/mysecret/password. Thoughts?
Edit: Also should mention, glad you all are recovering!