@ubiquious/backstage-plugin-audit-backend
v0.2.0
Published
In the configuration, provider the URL of the audit backend. By default, it passes by localhost that is much secure.
Downloads
79
Readme
@ubiquious/backstage-plugin-audit-backend
In the configuration, provider the URL of the audit backend. By default, it passes by localhost that is much secure.
# app-config.yaml
audit:
url: 'http://localhost:7007/api/audit/receive' # Mandatory
pluginName: 'audit' # Optional, default to "audit"
bypassPaths: ['/my-sensitive-route'] # Optionnal, default to []
bypassMethods: ['GET'] # Optionnal, default to []