Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dummy Platform #52

Open
imdroc opened this issue Apr 19, 2023 · 2 comments
Open

Dummy Platform #52

imdroc opened this issue Apr 19, 2023 · 2 comments

Comments

@imdroc
Copy link

imdroc commented Apr 19, 2023

Hi.
I'm trying to create a dummy platform such a "Other" for "WIFI" where I can add my custom parameters, but forcing that "Authentication Type" is always = NONE (No possibility to choose any other type or even remove from template).

My script is very simple is like:
{
"Id": "WIFI",
"BackEnd": "Scriptable",
"CheckSystem": {
"Parameters": [
{ "SecuriryProtocol": { "Type": "String", "Required": false, "DefaultValue": WPA2 } },
{ "Area": { "Type": "String", "Required": true} },
{ "WifiName": { "Type": "String", "Required": true } }
],
"Do": [ ]
}

@petrsnd
Copy link
Member

petrsnd commented Apr 19, 2023

@imdroc I just want to make sure I understand. Your goal is not to automatically manage secrets on the custom platform. You just want to store custom field values. Is that correct?

@imdroc
Copy link
Author

imdroc commented Apr 20, 2023

Yes, in safeguard when an user is looking for accounts, the user can filtered by platforms, that's whay i'm trying to make a platform to store some custom fiel values. But I need you make it with the value of "Authentication Type" is always = NONE and can't be changed.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants