Recent
Newest approved public definitions for this language.
Brouillon de traduction automatique (French) for "Scheduler Workload Priority": Scheduler Workload Priority is a compute scheduling signal that tells the platform which work matters most when capacity is constrained for placement of work onto resources. It uses priority classes, preemption rules, and fairness limits so teams can protect critical paths while keeping evidence, reliability, and public-safe operational boundaries clear.
“Exemple en brouillon: The platform engineering team used Scheduler Workload Priority when the cluster needed to place a job, so the team could protect critical paths before the workload scaled up.”
Brouillon de traduction automatique (French) for "Secret Approval Step": Secret Approval Step is a devops workflow control that requires review before a sensitive change proceeds for credential and sensitive configuration. It uses role checks, comments, and audit logs so teams can keep high-risk automation accountable while keeping evidence, reliability, and public-safe operational boundaries clear.
“Exemple en brouillon: The DevOps team used Secret Approval Step when a token rotated, so the team could keep high-risk automation accountable before the deployment window opened.”
Brouillon de traduction automatique (French) for "Secret Artifact Signature": Secret Artifact Signature is a devops supply-chain record that proves that an artifact came from an expected build path for credential and sensitive configuration. It uses cryptographic signatures, provenance, and verification so teams can trust deployed packages while keeping evidence, reliability, and public-safe operational boundaries clear.
“Exemple en brouillon: The DevOps team used Secret Artifact Signature when a token rotated, so the team could trust deployed packages before the deployment window opened.”
Brouillon de traduction automatique (French) for "Secret Build Gate": Secret Build Gate is a devops quality gate that blocks promotion when required checks fail for credential and sensitive configuration. It uses tests, lint, security scans, and policy rules so teams can prevent broken releases while keeping evidence, reliability, and public-safe operational boundaries clear.
“Exemple en brouillon: The DevOps team used Secret Build Gate when a token rotated, so the team could prevent broken releases before the deployment window opened.”
Brouillon de traduction automatique (French) for "Secret Config Drift Check": Secret Config Drift Check is a devops consistency check that finds differences between intended and live configuration for credential and sensitive configuration. It uses desired state, live state, and diff reports so teams can avoid surprise environment behavior while keeping evidence, reliability, and public-safe operational boundaries clear.
“Exemple en brouillon: The DevOps team used Secret Config Drift Check when a token rotated, so the team could avoid surprise environment behavior before the deployment window opened.”
Brouillon de traduction automatique (French) for "Secret Incident Timeline": Secret Incident Timeline is a devops response record that orders alerts, actions, and decisions during an incident for credential and sensitive configuration. It uses timestamps, owners, and evidence links so teams can learn from outages without guesswork while keeping evidence, reliability, and public-safe operational boundaries clear.
“Exemple en brouillon: The DevOps team used Secret Incident Timeline when a token rotated, so the team could learn from outages without guesswork before the deployment window opened.”
Brouillon de traduction automatique (French) for "Secret Infra Plan": Secret Infra Plan is a devops change preview that shows expected infrastructure changes before apply for credential and sensitive configuration. It uses resource graphs, policy checks, and cost notes so teams can review platform changes safely while keeping evidence, reliability, and public-safe operational boundaries clear.
“Exemple en brouillon: The DevOps team used Secret Infra Plan when a token rotated, so the team could review platform changes safely before the deployment window opened.”
Brouillon de traduction automatique (French) for "Secret Release Manifest": Secret Release Manifest is a devops delivery record that lists versions, artifacts, routes, and checks for a release for credential and sensitive configuration. It uses commit IDs, checksums, and deployment URLs so teams can make releases auditable while keeping evidence, reliability, and public-safe operational boundaries clear.
“Exemple en brouillon: The DevOps team used Secret Release Manifest when a token rotated, so the team could make releases auditable before the deployment window opened.”
Brouillon de traduction automatique (French) for "Secret Rollback Plan": Secret Rollback Plan is a devops recovery plan that defines how to return to a known good version for credential and sensitive configuration. It uses version pins, database notes, and operator steps so teams can recover quickly from bad changes while keeping evidence, reliability, and public-safe operational boundaries clear.
“Exemple en brouillon: The DevOps team used Secret Rollback Plan when a token rotated, so the team could recover quickly from bad changes before the deployment window opened.”
Brouillon de traduction automatique (French) for "Secret Rollout Guard": Secret Rollout Guard is a devops release control that limits exposure during gradual deployment for credential and sensitive configuration. It uses traffic slices, health checks, and automatic pause rules so teams can reduce blast radius while keeping evidence, reliability, and public-safe operational boundaries clear.
“Exemple en brouillon: The DevOps team used Secret Rollout Guard when a token rotated, so the team could reduce blast radius before the deployment window opened.”
Brouillon de traduction automatique (French) for "Secret Runbook Check": Secret Runbook Check is a devops operational test that confirms that documented procedures still work for credential and sensitive configuration. It uses dry runs, screenshots, and command validation so teams can keep response playbooks current while keeping evidence, reliability, and public-safe operational boundaries clear.
“Exemple en brouillon: The DevOps team used Secret Runbook Check when a token rotated, so the team could keep response playbooks current before the deployment window opened.”
Brouillon de traduction automatique (French) for "Secret Secret Rotation": Secret Secret Rotation is a devops credential workflow that replaces sensitive keys without service interruption for credential and sensitive configuration. It uses dual credentials, rollout steps, and revocation so teams can reduce credential exposure while keeping evidence, reliability, and public-safe operational boundaries clear.
“Exemple en brouillon: The DevOps team used Secret Secret Rotation when a token rotated, so the team could reduce credential exposure before the deployment window opened.”
Brouillon de traduction automatique (French) for "Secret Trace Link": Secret Trace Link is a devops observability link that connects a deployment or workflow to runtime evidence for credential and sensitive configuration. It uses trace IDs, span metadata, and release identifiers so teams can debug production changes faster while keeping evidence, reliability, and public-safe operational boundaries clear.
“Exemple en brouillon: The DevOps team used Secret Trace Link when a token rotated, so the team could debug production changes faster before the deployment window opened.”
Brouillon de traduction automatique (French) for "Serverless Autoscaling Policy": Serverless Autoscaling Policy is a compute control loop that changes capacity based on demand signals for event-driven function execution. It uses metrics, thresholds, and cooldowns so teams can match resources to load while keeping evidence, reliability, and public-safe operational boundaries clear.
“Exemple en brouillon: The platform engineering team used Serverless Autoscaling Policy when the function received a traffic burst, so the team could match resources to load before the workload scaled up.”
Brouillon de traduction automatique (French) for "Serverless Backpressure Control": Serverless Backpressure Control is a compute stability pattern that slows incoming work when downstream capacity is limited for event-driven function execution. It uses queues, retry budgets, and admission control so teams can avoid overload cascades while keeping evidence, reliability, and public-safe operational boundaries clear.
“Exemple en brouillon: The platform engineering team used Serverless Backpressure Control when the function received a traffic burst, so the team could avoid overload cascades before the workload scaled up.”
Brouillon de traduction automatique (French) for "Serverless Cache Invalidation": Serverless Cache Invalidation is a compute freshness process that removes or refreshes stale cached data for event-driven function execution. It uses keys, tags, timestamps, and purge events so teams can serve current results while keeping evidence, reliability, and public-safe operational boundaries clear.
“Exemple en brouillon: The platform engineering team used Serverless Cache Invalidation when the function received a traffic burst, so the team could serve current results before the workload scaled up.”
Brouillon de traduction automatique (French) for "Serverless Capacity Forecast": Serverless Capacity Forecast is a compute planning model that estimates future resource needs for event-driven function execution. It uses traffic history, growth assumptions, and utilization trends so teams can avoid surprise shortages while keeping evidence, reliability, and public-safe operational boundaries clear.
“Exemple en brouillon: The platform engineering team used Serverless Capacity Forecast when the function received a traffic burst, so the team could avoid surprise shortages before the workload scaled up.”
Brouillon de traduction automatique (French) for "Serverless Checkpoint Restore": Serverless Checkpoint Restore is a compute recovery workflow that resumes work from a saved state for event-driven function execution. It uses snapshots, state files, and integrity checks so teams can recover long-running work while keeping evidence, reliability, and public-safe operational boundaries clear.
“Exemple en brouillon: The platform engineering team used Serverless Checkpoint Restore when the function received a traffic burst, so the team could recover long-running work before the workload scaled up.”
Brouillon de traduction automatique (French) for "Serverless Cold Start Budget": Serverless Cold Start Budget is a compute latency target that limits startup delay for newly scheduled execution for event-driven function execution. It uses prewarming, smaller packages, and runtime tuning so teams can keep first requests responsive while keeping evidence, reliability, and public-safe operational boundaries clear.
“Exemple en brouillon: The platform engineering team used Serverless Cold Start Budget when the function received a traffic burst, so the team could keep first requests responsive before the workload scaled up.”
Brouillon de traduction automatique (French) for "Serverless Image Hardening": Serverless Image Hardening is a compute security practice that reduces risk inside packaged runtime images for event-driven function execution. It uses minimal bases, patching, and vulnerability checks so teams can ship safer workloads while keeping evidence, reliability, and public-safe operational boundaries clear.
“Exemple en brouillon: The platform engineering team used Serverless Image Hardening when the function received a traffic burst, so the team could ship safer workloads before the workload scaled up.”