Skip to content

SynapseServer 1.0.18287.0

Latest
Compare
Choose a tag to compare
@steveshortt steveshortt released this 14 Oct 19:34
· 1 commit to master since this release

Minor update to include AwsS3 DAL; associated update to SuplecSecurtiy load

  • Plan, History, and Security folder paths can be full s3://bucket/folder paths or relative, where DefaultBucketName is the base path
Type: Synapse.Controller.Dal.AwsS3:AwsS3Dal
Config:
  AwsAccessKey: [optional]
  AwsSecretAccessKey: [optional]
  DefaultBucketName: s3://synapse-dal [optional]
  PlanFolderPath: Plans
  HistoryFolderPath: History
  WriteHistoryAs: Yaml (default) | FormattedJson | CompressedJson
  ProcessPlansOnSingleton: false
  ProcessActionsOnSingleton: true
  Security:
    FilePath: Security
    IsRequired: false
    ValidateSignature: false
    SignaturePublicKeyFile: 
    GlobalExternalGroupsCsv: Everyone