secrets-management

Manage OCI Vault secrets, IAM permissions, rotation, and audit logging.

16|3|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/acedergren/oci-agent-skills --skill secrets-management-acedergren
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: secrets-management
Source: https://github.com/acedergren/oci-agent-skills/tree/main/skills/secrets-management
Command: npx skills add https://github.com/acedergren/oci-agent-skills --skill secrets-management-acedergren

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the complexities and potential pitfalls of managing secrets within Oracle Cloud Infrastructure (OCI) Vault, ensuring secure storage, retrieval, and rotation of sensitive credentials.

Core Features & Use Cases

  • Secure Credential Storage: Guidance on organizing secrets and setting up appropriate IAM policies.
  • Troubleshooting Retrieval Failures: Decision trees and explanations for common errors like 403 Forbidden.
  • Secret Rotation: Implementing zero-downtime secret rotation patterns.
  • Cost Optimization: Strategies for reducing Vault API costs through caching.
  • Instance Principal Authentication: Securely accessing secrets from OCI compute instances without managing credentials.
  • Audit Logging: Setting up and understanding Vault access logs for security monitoring.

Quick Start

Use the secrets-management skill to help me understand the IAM permissions required to retrieve a secret from OCI Vault.

Frequently Asked Questions about secrets-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix a 403 Forbidden error when retrieving secrets from OCI Vault?

Troubleshooting a 403 Forbidden error when retrieving OCI Vault secrets requires checking your IAM policy configurations. This Skill provides decision trees to resolve common permission gotchas and verify vault hierarchy access.

What is the best way to implement zero-downtime secret rotation in OCI Vault?

Implementing zero-downtime secret rotation in OCI Vault involves synchronizing credential updates without dropping active connections. This Skill details secure rotation patterns to update credentials while maintaining application availability.

How do I authenticate OCI compute instances to Vault without managing credentials?

Authenticating OCI compute instances to Vault without managing credentials uses Instance Principal authentication. This Skill guides you through configuring instance principals to securely access secrets directly.

How can I optimize costs when frequently accessing secrets in OCI Vault?

Optimizing costs for frequent OCI Vault secret access involves implementing API caching strategies. This Skill provides caching techniques to reduce Vault API calls and lower overall billing.

How do I set up audit logging for OCI Vault access and security monitoring?

Setting up audit logging for OCI Vault access captures detailed records of secret retrieval events for security monitoring. This Skill explains how to configure and interpret Vault access logs effectively.

What IAM policies are required to securely store and retrieve credentials in OCI Vault?

Securely storing and retrieving OCI Vault credentials requires specific IAM policies governing vault hierarchy access. This Skill provides expert knowledge on organizing secrets and configuring appropriate permissions.