Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[functionapp] Allow KuduLite decrypts assignment context #40

Merged

Conversation

Hazhzeng
Copy link
Contributor

Background

The request is used by Linux Consumption functionapp server-side-build project. The project requires KuduLite to run on Service Fabric Mesh.

When deploying KuduLite in a Service Fabric Mesh container, KuduLite will receive an encrypted AppSettings context, we want KuduLite to decrypt the context and finish the initialization process.

Pull Request Overview

  1. Introduce WEBSITE_AUTH_ENCRYPTION_KEY. This is used for generating an authentication token. The token is required when sending request to Antares Frontend.
  2. Introduce Decrypt() function. This function can decrypt the HostAssignment context during the container assignment process.
  3. Introduce HostAssignment context. It contains the basic information of the SCM site (e.g. site name, environment variables).

Code Review Request: @sanchitmehta @JennyLawrance @ankitkumarr @maiqbal11

@JennyLawrance JennyLawrance merged commit 2a5a62e into Azure-App-Service:dev May 21, 2019
@Hazhzeng Hazhzeng deleted the hazeng-pr1-hostassignment branch July 9, 2020 18:44
Hazhzeng pushed a commit to Hazhzeng/KuduLite that referenced this pull request Jul 20, 2021
…assignment

[functionapp] Allow KuduLite decrypts assignment context
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants