github.com/mundipagg/boleto-api@v0.0.0-20230620145841-3f9ec742599f/catalog-info.yaml (about)

     1  apiVersion: backstage.io/v1alpha1
     2  kind: System
     3  metadata:
     4    name:  boleto-api
     5    title: boleto-api
     6    namespace: mundipagg
     7    description: Gateway de registro online de transações do meio de pagamento de boleto.
     8    links:
     9      - url: https://mundipagg.atlassian.net/wiki/spaces/PROC/pages/5650448827/Boleto+-+Overview
    10        title: Documentação técnica
    11        icon: dashboard
    12    annotations:
    13      github.com/project-slug: mundipagg/boleto-api
    14      pagar.me/ci: azure-devops
    15      pagar.me/cd: azure-devops
    16      stone.co/sox: "true"
    17      stone.co/pii: "true"
    18  spec:
    19    type: backend
    20    owner: pagarme/processing-banks
    21    lifecycle: production
    22  ---
    23  apiVersion: backstage.io/v1alpha1
    24  kind: Component
    25  metadata:
    26    name: boleto-api-server
    27    title: boleto-api-server
    28    description: Servidor responsável por receber requests http.
    29    namespace: mundipagg
    30    links:
    31      - url: https://mundipagg.atlassian.net/wiki/spaces/PROC/pages/5650448827/Boleto+-+Overview
    32        title: Documentação técnica
    33        icon: dashboard
    34    annotations:
    35      github.com/project-slug: mundipagg/boleto-api
    36      pagar.me/ci: azure-devops
    37      pagar.me/cd: azure-devops
    38      stone.co/sox: "true"
    39      stone.co/pii: "true"
    40  spec:
    41    type: backend
    42    owner: pagarme/processing-banks
    43    lifecycle: production
    44  ---
    45  apiVersion: backstage.io/v1alpha1
    46  kind: Resource
    47  metadata:
    48    name: boleto-api-mongo
    49    title: Boleto-API Database
    50    description: Banco de dados para salvar as operações realizadas na Boleto-API
    51    namespace: mundipagg
    52    annotations:
    53      stone.co/sox: "true"
    54      stone.co/pii: "true"
    55  spec:
    56    type: database
    57    owner: pagarme/processing-banks
    58    system: mundipagg/boleto-api
    59    lifecycle: production
    60  ---
    61  apiVersion: backstage.io/v1alpha1
    62  kind: Resource
    63  metadata:
    64    name: boleto-recovery-queue
    65    title: Fila Boleto Recovery
    66    description: Fila de resiliência de registro de boletos.
    67    namespace: mundipagg
    68    annotations:
    69      stone.co/sox: "true"
    70      stone.co/pii: "true"
    71  spec:
    72    type: queue
    73    owner: pagarme/processing-banks
    74    system: mundipagg/boleto-api
    75    lifecycle: production
    76  ---
    77  apiVersion: backstage.io/v1alpha1
    78  kind: Resource
    79  metadata:
    80    name: boleto-api-blob
    81    title: Blob de Certificados
    82    description: Storage de armazenamento de certificados e segundo nível de resiliência de registro de boletos.
    83    namespace: mundipagg
    84    annotations:
    85      stone.co/sox: "true"
    86      stone.co/pii: "true"
    87  spec:
    88    type: backend
    89    owner: pagarme/processing-banks
    90    system: mundipagg/boleto-api
    91    lifecycle: production
    92  ---
    93  apiVersion: backstage.io/v1alpha1
    94  kind: Resource
    95  metadata:
    96    name: boleto-api-vault
    97    title: Vault de Certificados
    98    description: Storage de armazenamento de certificados.
    99    namespace: mundipagg
   100    annotations:
   101      stone.co/sox: "true"
   102      stone.co/pii: "true"
   103  spec:
   104    type: backend
   105    owner: pagarme/processing-banks
   106    system: mundipagg/boleto-api
   107    lifecycle: production
   108  ---
   109  apiVersion: backstage.io/v1alpha1
   110  kind: Resource
   111  metadata:
   112    name:  boleto-api
   113    title: boleto-api
   114    description: Repositório da boleto-api no Github
   115    namespace: mundipagg
   116    annotations:
   117      github.com/project-slug: mundipagg/boleto-api
   118      stone.co/sox: "true"
   119      stone.co/pii: "true"
   120  spec:
   121    system: mundipagg/boleto-api
   122    type: repository
   123    owner: pagarme/processing-banks