Oracle Secret Management documentation explicitly specifies that themaximum allowable size for a secret bundle is 25 KB. This limit applies when creating a secret or creating a new version of an existing secret. When using the OCI Console, administrators can enter plain-text secret contents and the Console performs the required Base64 encoding. When communicating directly with the service through supported APIs or CLI operations, secret contents must be supplied in the required encoded form. Secrets are intended for security-sensitive values such as passwords, API tokens, certificates, and configuration credentials rather than arbitrary large files. Payloads exceeding the supported secret-bundle size should therefore be redesigned, divided appropriately, or stored using a service suited to larger objects. Consequently, B is the verified Oracle limit.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit