We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As part of my work on the golang client library, I could not execute a plugin that I built and deployed through se2. I should have been able to.
I tried both the /name/ident/namespace/pluginname path where ident is only the tenant, and where ident is the environment.tenant, neither worked.
/name/ident/namespace/pluginname
environment.tenant
Additionally I got a 401 using the same authentication token that I successfully used for all other se2 /admin endpoints
/admin
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
As part of my work on the golang client library, I could not execute a plugin that I built and deployed through se2. I should have been able to.
I tried both the
/name/ident/namespace/pluginname
path where ident is only the tenant, and where ident is theenvironment.tenant
, neither worked.Additionally I got a 401 using the same authentication token that I successfully used for all other se2
/admin
endpointsThe text was updated successfully, but these errors were encountered: