QuestionQ6

Given a scenario, identify how to use AEM APIs and integration patterns

Which environment-specific configuration does AEM as a Cloud Service use to store private API keys?

  • A $[env:ENV_VAR_NAME]
  • B $[env:SECRET_VAR_NAME]
  • C $[secret:SECRET_VAR_NAME]
  • D $[secret:ENV_VAR_NAME]
Explanation

Private API keys are secret OSGi configuration values and must be stored outside Git using AEM as a Cloud Service’s secret environment-specific configuration syntax: $[secret:SECRET_VAR_NAME].

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!