secret
Here are 351 public repositories matching this topic...
-
Updated
Sep 16, 2021 - Python
Great tool. What if I want to search for a domain or org name in combination with all the signatures? Is this possible currently?
I was testing the site creation flow on Android landscape.
When you get to the last step 'Site created':
- the preview is on the left
- the title and action is on the right
- however the title and action are centred to the preview, and get cut off screen
- I think they are probably meant to be centred to the screen, rather than the preview, so that they appear next to the preview above the
Is your feature request related to a problem? Please describe.
Vault has backends for AWS like dynamo and s3. However to use them you should provide credentials. AWS support 2 solutions to eliminate this. IAM roles for Service Accounts and Instance profile roles.
Due to some unknown reason vault requires more time to start when using dynamic creds than explicit definition keys in s3 block o
Create a Bazel scope
Is your feature request related to a problem? Please describe.
Whenever I update one of my dependencies in a bazel workspace, I often have to reset the SHA for one of my [package-type].bzl files since these also contain SHA hashes that are not sensitive and talisman interprets as secrets.
Describe the solution you'd like
The 'node' scope fixed a similar problem I had with the package-
-
Updated
Oct 14, 2021 - C
-
Updated
Oct 12, 2021 - Python
-
Updated
Dec 8, 2020 - Go
-
Updated
Oct 6, 2021 - Go
We want to add documents that run secretlint only on changed files on Pull Request.
name: Secretlint
on: [pull_request]
# secretlint + git diff on Pull Request
# https://github.com/secretlint/secretlint
jobs:
test:
name: "Secretlint"
runs-on: ubuntu-18.04
steps:
- name: checkout
uses: actions/checkout@v2
- uses: technote-space/get-diff-a-
Updated
Jul 25, 2021 - Python
-
Updated
Oct 13, 2021 - Java
-
Updated
Oct 8, 2021 - C#
-
Updated
Jul 1, 2021 - Java
-
Updated
Oct 14, 2021 - Python
It seems that a common way of storing non-Unicode secrets in Vault is to base64-encode them. Is there currently a way to mount these through the CSI provider without adding a manual decoding process?
If not, the Azure driver supports an objectEncoding property (see Azure/secrets-store-csi-driver-provider-azure#236). Would you accept a PR that adds a similar feature?
-
Updated
Aug 5, 2021 - Go
-
Updated
Oct 12, 2021 - Ruby
-
Updated
May 7, 2021 - Python
-
Updated
Sep 26, 2016 - PowerShell
-
Updated
Jul 23, 2020 - JavaScript
-
Updated
Sep 7, 2021 - PHP
Improve this page
Add a description, image, and links to the secret topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the secret topic, visit your repo's landing page and select "manage topics."
Describe the solution you'd like
I'd like to go back to using a CHANGELOG.md to track changes. This will be the first step in updating the ci/cd process to increase the frequency of patches/deploys.
Additional context
Go through https://github.com/zricethezav/gitleaks/releases and create a CHANGELOG.md file
cc @zricethezav