> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/pam/it/concepts/ci-cd-automation.md).

# Automazione CI/CD

L'**automazione CI/CD** è una pratica DevOps fondamentale che semplifica la distribuzione del software automatizzando i processi di integrazione e deployment. Nel contesto dell'accesso privilegiato e della gestione delle credenziali, le pipeline CI/CD richiedono spesso l'accesso ad API e servizi, che tradizionalmente si basava su credenziali codificate in modo statico in script o file di configurazione. Questa pratica comporta gravi rischi per la sicurezza.

Integrando casseforti sicure e l'iniezione automatizzata delle credenziali, l'automazione CI/CD sostituisce le credenziali statiche con credenziali dinamiche e gestite centralmente. In questo modo si garantisce che le credenziali non vengano mai esposte nel codice sorgente o nei file di configurazione. Prodotti come Devolutions PAM e Devolutions Server possono facilitare questo processo mediando l'accesso ai segreti e iniettandoli solo in fase di esecuzione.

Questo approccio migliora la sicurezza, semplifica la [rotazione delle credenziali](/pam/it/concepts/password-rotation.md) e aiuta le organizzazioni ad applicare i criteri del [privilegio minimo](/pam/it/concepts/least-privilege.md) nei loro ambienti DevOps.

#### Strumenti supportati

* [Ansible](https://github.com/Devolutions/ansible-dvls)
* [Kubernetes](https://github.com/Devolutions/dvls-kubernetes-operator)
* [Terraform](https://github.com/Devolutions/terraform-provider-dvls)

#### Alias di automazione CI/CD

* Automazione dell'integrazione continua/distribuzione continua
* Gestione delle credenziali CI/CD
* Iniezione di segreti nella pipeline DevOps

#### Argomenti correlati

* [Gestione delle password](https://docs.devolutions.net/rdm/it/concepts/basic-concepts/password-management)
* [Integrazioni PAM esterne](https://docs.devolutions.net/rdm/it/concepts/advanced-concepts/external-pam-integrations)
* [Script](https://docs.devolutions.net/rdm/it/concepts/advanced-concepts/scripts)


---

# 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://docs.devolutions.net/pam/it/concepts/ci-cd-automation.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.
