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

ApplicationRequestProvision - ApplicationRequest teamName missing #531

Open
mynecker opened this issue Sep 5, 2022 · 0 comments
Open

ApplicationRequestProvision - ApplicationRequest teamName missing #531

mynecker opened this issue Sep 5, 2022 · 0 comments

Comments

@mynecker
Copy link
Contributor

mynecker commented Sep 5, 2022

Describe the bug
Handling provisioning requests by implementing Provisioning interface for Marketplace (github.com/Axway/agent-sdk/pkg/apic/provisioning).

ApplicationRequest.GetTeamName() returns empty string instead of expected team name.

Snippet of code trying to get the team name:

func (c ConnectorProvisioner) ApplicationRequestProvision(request provisioning.ApplicationRequest) provisioning.RequestStatus {
	teamName := request.GetTeamName()
	team := agent.GetCacheManager().GetTeamByName(teamName)
       ...

AgentSDK
github.com/Axway/agent-sdk v1.1.32

Is this a bug in AgentSDK ?

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

1 participant