Skip to content

"keystore" not defined #151

Answered by ThomasKassiotis
Hsankesara asked this question in Q&A
Discussion options

You must be logged in to vote

Did you uncomment also the keystore line ?

# Remove below Go comment te enable management_portal reading
management_portal:
  # read unencrypted keystore
  keystore: {{ readFile "etc/management-portal/keystore.p12" | b64enc | quote }}
  # read encrypted keystore
  # {{/* keystore: {{ exec "sops" (list "-d" "etc/management-portal/keystore.p12") | b64enc | quote }}  */}}

radar_grafana:
  dashboards:
    allprojects:
      home:
        json: {{ readFile "etc/radar-grafana/dashboards/allprojects/home.json" | quote }}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Hsankesara
Comment options

Hsankesara Nov 23, 2021
Maintainer Author

@ThomasKassiotis
Comment options

Answer selected by afolarin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants