Skip to main content

🧠 Oracle IAM Customer Secret Keys are not rotated every 90 days - prod.logic.yaml🟒

Uses​

Test Results πŸŸ’β€‹

Generated at: 2026-09-22T15:07:57.319371960Z Open

ResultIdCondition IndexCondition TextRuntime Error
🟒test1βœ”οΈ 99βœ”οΈ isDisappeared(CA10O1__disappearanceTime__c)βœ”οΈ null
🟒test2βœ”οΈ 199βœ”οΈ extract('CA10O1__timeCreated__c').beyondLastDays(90)βœ”οΈ null
🟒test3βœ”οΈ 200βœ”οΈ otherwiseβœ”οΈ null
🟒test4βœ”οΈ 200βœ”οΈ otherwiseβœ”οΈ null
🟒test5βœ”οΈ 101βœ”οΈ CA10O1__timeCreated__c.isEmpty()βœ”οΈ null

Generation Bundle​

FileMD5
Open/ce/ca/oracle/iam/customer-secrets-are-not-rotated-every-90-days/policy.yamlDF75CDA66FF630A85906FFB787AC74CE
Open/ce/ca/oracle/iam/customer-secrets-are-not-rotated-every-90-days/prod.logic.yaml66F209385F54AAC14A0DA9FE0071EEA3
Open/ce/ca/oracle/iam/customer-secrets-are-not-rotated-every-90-days/test-data.json2D65C9B0D5DFBC29EA93778093E34DCA
Open/types/CA10O1__CaOracleIamCustomerSecretKey2__c/object.extracts.yaml25AFAF2CD60F68FEB27D2B922ABE5975

Available Commands​

repo-manager policies generate FULL /ce/ca/oracle/iam/customer-secrets-are-not-rotated-every-90-days/prod.logic.yaml
repo-manager policies generate DEBUG /ce/ca/oracle/iam/customer-secrets-are-not-rotated-every-90-days/prod.logic.yaml
repo-manager policies generate CAPTURE_TEST_DATA /ce/ca/oracle/iam/customer-secrets-are-not-rotated-every-90-days/prod.logic.yaml
repo-manager policies generate TESTS /ce/ca/oracle/iam/customer-secrets-are-not-rotated-every-90-days/prod.logic.yaml
# Execute tests
repo-manager policies test /ce/ca/oracle/iam/customer-secrets-are-not-rotated-every-90-days/prod.logic.yaml

Content​

Open File

---
inputType: "CA10O1__CaOracleIamCustomerSecretKey2__c"
testData:
- file: "test-data.json"
importExtracts:
- file: "/types/CA10O1__CaOracleIamCustomerSecretKey2__c/object.extracts.yaml"
conditions:
- status: "INCOMPLIANT"
currentStateMessage: "This Oracle IAM customer secret key was created more than 90 days ago."
remediationMessage: "Create a replacement customer secret key, update dependent workloads, and delete this stale key."
check:
IS_BEYOND_LAST_DAYS:
arg:
EXTRACT: "CA10O1__timeCreated__c"
offsetDays: 90
otherwise:
status: "COMPLIANT"
currentStateMessage: "This Oracle IAM customer secret key is not more than 90 days old."