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

Support for auto-gennerate client_id and client_secret for API gateway subscription #1390

Closed
hkantare opened this issue Apr 29, 2020 · 2 comments
Assignees

Comments

@hkantare
Copy link
Collaborator

No description provided.

@kavya498
Copy link
Collaborator

resource "ibm_api_gateway_endpoint_subscription" "subs" {
artifact_id = data.ibm_api_gateway.endpoint.endpoints[0].endpoint_id
client_id = var.client_id
name = var.subscription_name
type = var.subscription_type
client_secret = var.secret
}
support the auto-generation feature of parameters in API Gateway subscription resource when the user doesn't provide client_id or client_secret values in the payload.
i.e it must be able to support

resource "ibm_api_gateway_endpoint_subscription" "subs" {
artifact_id = data.ibm_api_gateway.endpoint.endpoints[0].endpoint_id
name = var.subscription_name
type = var.subscription_type
generate_secret= true
}

@kavya498 kavya498 changed the title Support for auto-gennerate client_id and client_secret for API gateway endpoint Support for auto-gennerate client_id and client_secret for API gateway subscription Apr 29, 2020
@hkantare
Copy link
Collaborator Author

Duplicate of #1375

@hkantare hkantare marked this as a duplicate of #1375 Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants