> For the complete documentation index, see [llms.txt](https://tcc-adne-e-gabriel.gitbook.io/o-catalogo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tcc-adne-e-gabriel.gitbook.io/o-catalogo/readme.md).

# Catálogo de Boas Práticas de Segurança e Monitoramento

Seja bem-vindo ao "**Catálogo de Boas Práticas de Segurança e Monitoramento para Arquitetura de Microsserviços**".  Trata-se de uma referência destinada a arquitetos de *software*, desenvolvedores, estudantes de tecnologia da informação e gestores técnicos que buscam aprofundar seus conhecimentos em arquitetura de Microsserviços, e, principalmente, que buscam tratar questões de Segurança e Monitoramento de Software ainda em tempo de desenvolvimento. &#x20;

O material é resultado de um estudo exploratório, proveniente de um Trabalho de Conclusão de Curso de Engenharia de Software pela Universidade de Brasília que utilizou de Provas de Conceito para aplicar boas práticas de Segurança e Monitoramento em uma arquitetura que utiliza de microsserviços.&#x20;

Os repositórios do sistema podem ser acessados por meio da organização do GitHub presente no seguinte link de acesso: <https://github.com/TCC-Adne-e-Gabriel>.

Para mais informações acerca do sistema, é possível visualizar os READMEs dos repositórios, ou acessar o tópico de Contextualização do [Sistema - MORE OF THIS](/o-catalogo/contextualizacao/sistema-more-of-this.md).

Autores (mais detalhadamente apresentados em [Sobre Nós](/o-catalogo/introducao/sobre-nos.md)):

* Adne Moretti Moreira
* Gabriel Moretti de Souza

***

### Repositórios do projeto:&#x20;

Como citado, todos os repositórios do projeto podem ser encontrados na organização do GitHub: [**https://github.com/TCC-Adne-e-Gabriel**](https://github.com/TCC-Adne-e-Gabriel)&#x20;

Seguem, também, links específicos para cada repositório:

* Serviço de U**suário**: [**https://github.com/TCC-Adne-e-Gabriel/tcc-customer**](https://github.com/TCC-Adne-e-Gabriel/tcc-customer)**;**
* Serviço de **Pedidos** e **Pagamentos:** [**https://github.com/TCC-Adne-e-Gabriel/tcc-order**](https://github.com/TCC-Adne-e-Gabriel/tcc-order)**;**
* Serviço de **Produtos**: [**https://github.com/TCC-Adne-e-Gabriel/tcc-catalog**](https://github.com/TCC-Adne-e-Gabriel/tcc-catalog)**;**
* ***Front-End***: [**https://github.com/TCC-Adne-e-Gabriel/tcc-front**](https://github.com/TCC-Adne-e-Gabriel/tcc-front)**;**
* Configurações para o **k3s**: [**https://github.com/TCC-Adne-e-Gabriel/k3s-configs**](https://github.com/TCC-Adne-e-Gabriel/k3s-configs)**, e**
* **Catálogo:** [**https://github.com/TCC-Adne-e-Gabriel/Catalogo**](https://github.com/TCC-Adne-e-Gabriel/Catalogo)**.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://tcc-adne-e-gabriel.gitbook.io/o-catalogo/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
