MSAMM
Back to course

Oracle Integration Cloud: Building Integrations That Survive Production · Module 12 · Security: credentials, certificates and network

Rotation without an outage

Lesson 122 of 175 · 3 min

Changing a credential that several integrations share. The order of operations, and why the naive version fails everything mid-flight. THE NAIVE VERSION IS: change the password at the source system, then update the connection in OIC. Between those two steps — which may be seconds or may be an hour if somebody gets distracted — every integration using that connection is authenticating with a password that no longer exists. Anything that runs in that window fails, and a scheduled flow does not know to wait. WORSE, THE FAILURES ARE MID-FLIGHT RATHER THAN AT THE START. An orchestration that authenticated before the change and calls the same system again afterwards fails halfway through, having already written some records — the partial-completion state Module 8 spends a whole lesson on, produced deliberately by an operational task. THE ORDER THAT WORKS DEPENDS ON WHETHER THE SYSTEM ALLOWS TWO LIVE CREDENTIALS. Where it does

The full lesson is part of the course

The video, the complete written lesson and the module quiz are included in Oracle Integration Cloud: Building Integrations That Survive Production, with a certificate on completion and a fourteen-day refund window.

Get the free lessons by email

We will email you a link to every free lesson in this course. No account needed, and one message only.

In this module: Module 12 · Security: credentials, certificates and network

  1. 1What an integration actually holds
  2. 2Where credentials liveFree preview
  3. 3The service account and least privilege
  4. 4OAuth, and which grant to use
  5. 5Certificates: trust, identity and expiry
  6. 6Rotation without an outage
  7. 7Network: allowlists and private endpoints
  8. 8What ends up in a log
  9. 9What breaks: four security failures
  10. 10Lab briefing · Audit an integration for exposure
Rotation without an outage — Oracle Integration Cloud: Building Integrations That Survive Production — MSAMM