Skip to content
#

secret

Here are 351 public repositories matching this topic...

osullivanchris
osullivanchris commented Jul 13, 2021

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
alekskar
alekskar commented Jun 18, 2020

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

jtaylor100
jtaylor100 commented Sep 2, 2021

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-

secretlint
azu
azu commented Jun 3, 2021

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

Improve this page

Add a description, image, and links to the secret topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the secret topic, visit your repo's landing page and select "manage topics."

Learn more