Skip to main content
June 6, 2023
Question

Code signing in Appian

  • June 6, 2023
  • 8 replies
  • 0 views

Hi,

Our Company wants code signing enabled for all code and we use on-prem Appian. Is there any way this is possible in Appian.

    8 replies

    harshitb6843
    June 6, 2023

    What do you mean by code signing?

    priyankas9708
    June 6, 2023

    could you please explain ?

    simikAuthor
    June 20, 2023

    Code signing is a method of putting a digital signature on a program, file, software update or executable, so that its authenticity and integrity can be verified upon installation and execution. The digital signature on the package will assure that the binary contents of the package are not altered in any way.

    stewart.burchell
    June 7, 2023

    By "code signing" you mean a method by which you can establish if the code has been tampered with, perhaps between environments?"

    abhayd3663
    June 7, 2023

    Do you mean version controlling ?

    simikAuthor
    June 8, 2023

    Yes, currently we just import and export the zip file between environments. Our company also want to do cyber ark vaulting of passwords that are currently stored in constants within Appian. Is that possible in Appian.

    mathieud0001
    Brainy
    June 12, 2023

    It could be possible if you have your own CI/CD pipeline to generate a props file on the fly with secrets coming from your vault. But it is not possible if you are using compare and deploy.

    simikAuthor
    June 9, 2023

    Code signing definition -Code signing is a method of putting a digital signature on a program, file, software update or executable, so that its authenticity and integrity can be verified upon installation and execution.

    Basically there is an encryption key and the authenticity is verified before code execution.