소스 검색

Use |to_json for matrix_mx_puppet_slack_oauth_client_secret

pull/1580/head
Slavi Pantaleev 4 년 전
committed by GitHub
부모
커밋
fce190099a
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/matrix-bridge-mx-puppet-slack/templates/config.yaml.j2

+ 1
- 1
roles/matrix-bridge-mx-puppet-slack/templates/config.yaml.j2 파일 보기

@@ -21,7 +21,7 @@ oauth:
# Slack app credentials.
# N.B. This must be quoted so YAML does not parse it as a float.
clientId: '{{ matrix_mx_puppet_slack_oauth_client_id }}'
clientSecret: '{{ matrix_mx_puppet_slack_oauth_client_secret }}'
clientSecret: {{ matrix_mx_puppet_slack_oauth_client_secret|to_json }}
# Path where to listen for OAuth redirect callbacks.
redirectPath: {{ matrix_mx_puppet_slack_redirect_path }}
# Set up proxying from https://your.domain/redirect_path to http://bindAddress:port/redirect_path,


불러오는 중...
취소
저장