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

Allow sfdx force:source:retrieve/deploy for InboundCertificate #995

Closed
berginrp opened this issue Apr 27, 2021 · 5 comments
Closed

Allow sfdx force:source:retrieve/deploy for InboundCertificate #995

berginrp opened this issue Apr 27, 2021 · 5 comments
Labels
feature Issue or pull request for a new feature owned by another team The Salesforce CLI team does not own this work but will pass on the information to the correct team.

Comments

@berginrp
Copy link

Is your feature request related to a problem? Please describe.
We have a lot of API clients that have automated certificate rotation. But Salesforce's inbound certificate doesn't have any automation to upload the inbound cert. This has resulted in downtime for the APIs due to expired certificates, though we try to keep track of the expiring certificates manually.

What are you trying to do
I'd like to retrieve and deploy inbound certificates and automate the process using CI/CD.

Describe the solution you'd like
Need support for sfdx force:source:retrieve -m InboundCertificate:CertName and sfdx force:source:deploy -m InboundCertificate:CertName

Describe alternatives you've considered
The current alternative is a manual process to keep track of expiring certificates and upload. Sometimes this is causing production downtime.

Additional context
Currently when I try sfdx force:source:retrieve -m InboundCertificate:CertName, I get the following error.
ERROR running force:source:retrieve: The specified metadata type is unsupported: [InboundCertificate]

@berginrp berginrp added the feature Issue or pull request for a new feature label Apr 27, 2021
@uip-robot-zz
Copy link

This issue has been linked to a new work item: W-9190729

@github-actions
Copy link

Thank you for filing this feature request. We appreciate your feedback and will review the feature at our next grooming or sprint planning session. We prioritize feature requests with more upvotes and comments.

@peternhale peternhale added the owned by another team The Salesforce CLI team does not own this work but will pass on the information to the correct team. label Jun 15, 2021
@github-actions
Copy link

We have determined that the issue you reported exists in code owned by another team that uses only the official support channels. To ensure that your issue is addressed, open an official Salesforce customer support ticket with a link to this issue. We encourage anyone experiencing this issue to do the same to increase the priority. We will keep this issue open for the community to collaborate on.

@github-actions
Copy link

Thank you for filing this feature request. We appreciate your feedback and will review the feature at our next grooming or sprint planning session. We prioritize feature requests with more upvotes and comments.

@cristiand391
Copy link
Member

Support for the InboundCertificate metadata type was added in 7.116.2, release notes: https://github.com/forcedotcom/cli/tree/main/releasenotes/sfdx#71162-sep-2-2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Issue or pull request for a new feature owned by another team The Salesforce CLI team does not own this work but will pass on the information to the correct team.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants