Journaux d'audit pour les exécutions de workflow

Ce document décrit la journalisation d'audit pour Workflows. Les services Google Cloud génèrent des journaux d'audit qui enregistrent les activités d'administration et d'accès dans vos ressources Google Cloud. Pour en savoir plus sur Cloud Audit Logs, consultez les ressources suivantes :

Nom du service

Les journaux d'audit Workflows utilisent le nom de service workflowexecutions.googleapis.com. Filtrez les résultats pour ce service :

    protoPayload.serviceName="workflowexecutions.googleapis.com"
  

Méthodes par type d'autorisation

Chaque autorisation IAM possède une propriété type, dont la valeur est une énumération pouvant être l'une des quatre valeurs suivantes: ADMIN_READ, ADMIN_WRITE, DATA_READ ou DATA_WRITE. Lorsque vous appelez une méthode, Workflows génère un journal d'audit dont la catégorie dépend du type de l'autorisation requise pour exécuter la méthode. Les méthodes nécessitant une autorisation IAM avec la valeur de la propriété type de DATA_READ, DATA_WRITE ou ADMIN_READ génèrent des journaux d'audit pour l'accès aux données. Les méthodes nécessitant une autorisation IAM avec la valeur de propriété type de ADMIN_WRITE génèrent des journaux d'audit pour les activités d'administration.

Type d'autorisation Méthodes
DATA_READ google.cloud.workflows.executions.v1.Events.ListCallbacks
google.cloud.workflows.executions.v1.ExecutionHistory.GetStepEntry
google.cloud.workflows.executions.v1.ExecutionHistory.ListStepEntries
google.cloud.workflows.executions.v1.Executions.ExportData
google.cloud.workflows.executions.v1.Executions.GetExecution
google.cloud.workflows.executions.v1.Executions.ListExecutions
google.cloud.workflows.executions.v1alpha1.Executions.GetExecution
google.cloud.workflows.executions.v1alpha1.Executions.ListExecutions
google.cloud.workflows.executions.v1beta.Executions.GetExecution
google.cloud.workflows.executions.v1beta.Executions.ListExecutions
DATA_WRITE google.cloud.workflows.executions.v1.Events.SendHttpCallback
google.cloud.workflows.executions.v1.Executions.CancelExecution
google.cloud.workflows.executions.v1.Executions.CreateExecution
google.cloud.workflows.executions.v1.Executions.DeleteExecutionHistory
google.cloud.workflows.executions.v1.Executions.TriggerPubsubExecution
google.cloud.workflows.executions.v1alpha1.Executions.CancelExecution
google.cloud.workflows.executions.v1alpha1.Executions.CreateExecution
google.cloud.workflows.executions.v1beta.Executions.CancelExecution
google.cloud.workflows.executions.v1beta.Executions.CreateExecution

Journaux d'audit d'interface API

Pour savoir comment et quelles autorisations sont évaluées pour chaque méthode, consultez la documentation Identity and Access Management sur Workflows.

google.cloud.workflows.executions.v1.Events

Les journaux d'audit suivants sont associés aux méthodes appartenant à google.cloud.workflows.executions.v1.Events.

ListCallbacks

  • Méthode : google.cloud.workflows.executions.v1.Events.ListCallbacks
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • workflows.callbacks.list - DATA_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.workflows.executions.v1.Events.ListCallbacks"

SendHttpCallback

  • Méthode : google.cloud.workflows.executions.v1.Events.SendHttpCallback
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • workflows.callbacks.send - DATA_WRITE
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.workflows.executions.v1.Events.SendHttpCallback"

google.cloud.workflows.executions.v1.ExecutionHistory

Les journaux d'audit suivants sont associés aux méthodes appartenant à google.cloud.workflows.executions.v1.ExecutionHistory.

GetStepEntry

  • Méthode : google.cloud.workflows.executions.v1.ExecutionHistory.GetStepEntry
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • workflows.stepEntries.get - DATA_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.workflows.executions.v1.ExecutionHistory.GetStepEntry"

ListStepEntries

  • Méthode : google.cloud.workflows.executions.v1.ExecutionHistory.ListStepEntries
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • workflows.stepEntries.list - DATA_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.workflows.executions.v1.ExecutionHistory.ListStepEntries"

google.cloud.workflows.executions.v1.Executions

Les journaux d'audit suivants sont associés aux méthodes appartenant à google.cloud.workflows.executions.v1.Executions.

CancelExecution

  • Méthode : google.cloud.workflows.executions.v1.Executions.CancelExecution
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • workflows.executions.cancel - DATA_WRITE
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.workflows.executions.v1.Executions.CancelExecution"

CreateExecution

  • Méthode : google.cloud.workflows.executions.v1.Executions.CreateExecution
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • workflows.executions.create - DATA_WRITE
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.workflows.executions.v1.Executions.CreateExecution"

DeleteExecutionHistory

  • Méthode : google.cloud.workflows.executions.v1.Executions.DeleteExecutionHistory
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • workflows.executions.cancel - DATA_WRITE
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.workflows.executions.v1.Executions.DeleteExecutionHistory"

ExportData

  • Méthode : google.cloud.workflows.executions.v1.Executions.ExportData
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • workflows.executions.get - DATA_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.workflows.executions.v1.Executions.ExportData"

GetExecution

  • Méthode : google.cloud.workflows.executions.v1.Executions.GetExecution
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • workflows.executions.get - DATA_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.workflows.executions.v1.Executions.GetExecution"

ListExecutions

  • Méthode : google.cloud.workflows.executions.v1.Executions.ListExecutions
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • workflows.executions.list - DATA_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.workflows.executions.v1.Executions.ListExecutions"

TriggerPubsubExecution

  • Méthode : google.cloud.workflows.executions.v1.Executions.TriggerPubsubExecution
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • workflows.executions.create - DATA_WRITE
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.workflows.executions.v1.Executions.TriggerPubsubExecution"

google.cloud.workflows.executions.v1alpha1.Executions

Les journaux d'audit suivants sont associés aux méthodes appartenant à google.cloud.workflows.executions.v1alpha1.Executions.

CancelExecution

  • Méthode : google.cloud.workflows.executions.v1alpha1.Executions.CancelExecution
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • workflows.executions.cancel - DATA_WRITE
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.workflows.executions.v1alpha1.Executions.CancelExecution"

CreateExecution

  • Méthode : google.cloud.workflows.executions.v1alpha1.Executions.CreateExecution
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • workflows.executions.create - DATA_WRITE
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.workflows.executions.v1alpha1.Executions.CreateExecution"

GetExecution

  • Méthode : google.cloud.workflows.executions.v1alpha1.Executions.GetExecution
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • workflows.executions.get - DATA_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.workflows.executions.v1alpha1.Executions.GetExecution"

ListExecutions

  • Méthode : google.cloud.workflows.executions.v1alpha1.Executions.ListExecutions
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • workflows.executions.list - DATA_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.workflows.executions.v1alpha1.Executions.ListExecutions"

google.cloud.workflows.executions.v1beta.Executions

Les journaux d'audit suivants sont associés aux méthodes appartenant à google.cloud.workflows.executions.v1beta.Executions.

CancelExecution

  • Méthode : google.cloud.workflows.executions.v1beta.Executions.CancelExecution
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • workflows.executions.cancel - DATA_WRITE
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.workflows.executions.v1beta.Executions.CancelExecution"

CreateExecution

  • Méthode : google.cloud.workflows.executions.v1beta.Executions.CreateExecution
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • workflows.executions.create - DATA_WRITE
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.workflows.executions.v1beta.Executions.CreateExecution"

GetExecution

  • Méthode : google.cloud.workflows.executions.v1beta.Executions.GetExecution
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • workflows.executions.get - DATA_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.workflows.executions.v1beta.Executions.GetExecution"

ListExecutions

  • Méthode : google.cloud.workflows.executions.v1beta.Executions.ListExecutions
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • workflows.executions.list - DATA_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.workflows.executions.v1beta.Executions.ListExecutions"