> 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/concepts/ci-cd-automation.md).

# CI/CD automation

**CI/CD automation** is a key DevOps practice that streamlines software delivery by automating the integration and deployment processes. In the context of privileged access and credential management, CI/CD pipelines often require access to APIs and services, which traditionally relied on hard-coded credentials in scripts or configuration files. This practice poses serious security risks.

By integrating secure vaults and automated credential injection, CI/CD automation replaces static credentials with dynamic, centrally managed ones. This ensures that credentials are never exposed in source code or configuration files. Products like Devolutions PAM and Devolutions Server can facilitate this process by brokering access to secrets and injecting them only at runtime.

This approach improves security, simplifies [credential rotation](https://docs.devolutions.net/pam/concepts/password-rotation/), and helps organizations enforce [least privilege](https://docs.devolutions.net/pam/concepts/least-privilege/) policies in their DevOps environments.

#### Supported tools

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

#### CI/CD automation aliases

* Continuous integration/continuous deployment automation
* CI/CD credential management
* DevOps pipeline secrets injection

#### Related topics

* [Password management](https://docs.devolutions.net/rdm/concepts/basic-concepts/password-management)
* [External PAM integrations](https://docs.devolutions.net/rdm/concepts/advanced-concepts/external-pam-integrations/)
* [Scripts](https://docs.devolutions.net/rdm/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:

```
GET https://docs.devolutions.net/pam/concepts/ci-cd-automation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
