ibm-cloud-docs / secrets-manager

Documentation repository for secrets-manager
1 stars 10 forks source link

Doc makes reference to IBM Cloud Functions which is now deprecated #28

Closed jamesbeltonIBM closed 3 months ago

jamesbeltonIBM commented 4 months ago

In the "Automatically backing up secrets" page, the second para states:

"Create a script that periodically downloads all of your secrets and then imports them into your backup instance. Create a destination and subscription in Event Notifications that points to an IBM Cloud Functions action. Configure the action to listen for lifecycle events such as secret_created and secret_rotated. Then, when the action receives the event, the action downloads the secret from one instance and adds it to the backup instance."

Cloud Functions has been deprecated since December 2023 and you cannot create new entities: "IBM Cloud® Functions is deprecated. Existing Functions entities such as actions, triggers, or sequences will continue to run, but as of 28 December 2023, you can’t create new Functions entities. Existing Functions entities are supported until October 2024. Any Functions entities that still exist on that date will be deleted."

This needs to be updated - perhaps the same functionality can be achieved with Code Engine?

IdanAdar commented 3 months ago

Yes. Will update, thanks.