-
Notifications
You must be signed in to change notification settings - Fork 5
Feature/add proxy headers #70
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
Conversation
Feature/add func to sign values
implement numeric field scaling with type conversion
Feature/temp tls
|
| // This is used for signatures only (not encryption), and is required | ||
| // for compatibility with jwt.io and other RS256 consumers. | ||
| // NOSONAR: S5542 | ||
| sig, err := rsa.SignPKCS1v15(rand.Reader, priv, crypto.SHA256, hash[:]) |
Check failure
Code scanning / SonarCloud
Encryption algorithms should be used with secure mode and padding scheme
| labels: | ||
| app: myapp | ||
| spec: | ||
| containers: |
Check warning
Code scanning / SonarCloud
Service account permissions should be restricted
| app: myapp | ||
| spec: | ||
| containers: | ||
| - name: myapp-container |
Check warning
Code scanning / SonarCloud
Memory limits should be enforced

No description provided.