Skip to content

Instantly share code, notes, and snippets.

@hguerrero
Last active July 2, 2024 17:23
Show Gist options
  • Save hguerrero/dbd8aaefede69690613dee43b251813d to your computer and use it in GitHub Desktop.
Save hguerrero/dbd8aaefede69690613dee43b251813d to your computer and use it in GitHub Desktop.
Developer Hub - Microcks config
global:
auth:
backend:
enabled: true
dynamic:
plugins:
- package: "@microcks/microcks-backstage-provider@0.0.5"
integrity: sha512-/Pre7TmeJkVgPrdfTiG0wcYpZ1KM14/AE8kSwUfVGtae4k4/lqaUfMnexnp75ujXHItm+iuSWvCRNhOvEw3PuA==
pluginConfig:
catalog:
providers:
microcksApiEntity:
dev:
baseUrl: http://microcks-uber.hguerrer-dev.svc.cluster.local:8080
serviceAccount: microcks-serviceaccount
serviceAccountCredentials: ab54d329-e435-41ae-a900-ec6b3fe15c54
systemLabel: domain
ownerLabel: team
addOpenAPIServerUrl: true
schedule: # optional; same options as in TaskScheduleDefinition
frequency: { minutes: 2 }
timeout: { minutes: 1 }
includes:
- dynamic-plugins.default.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment