question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Some secrets are marked as "Unknown access context"

See original GitHub issue

Job with a secret as an env var:

  process-managers:
    needs: start-time
    env:
      SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
...

is shown as

image

But: https://docs.github.com/en/actions/reference/encrypted-secrets#using-encrypted-secrets-in-a-workflow And it also works just fine.

Via https://github.com/prisma/e2e-tests/blob/dev/.github/workflows/test.yaml

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:19
  • Comments:17 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
jacob-beltrancommented, Sep 9, 2021

FWIW the weird commonality here is that the error only seems to happen with secrets that begin with S. Very strange indeed. 2021-09-09 _16 28 08__LKzDfQaV@2x

2reactions
neongreencommented, Mar 15, 2022

I get this for secrets used inside run: clauses.

This is fine:

      - name: Checkout the dumps repo
        uses: actions/checkout@v2
        with:
          repository: brickdo/dumps
          ssh-key: ${{ secrets.DUMPS_DEPLOY_KEY }}

This isn’t:

      - name: test
        run: |
          echo ${{ secrets.DUMPS_DEPLOY_KEY }}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Resolve Secrets Manager secret access errors after ... - AWS
How can I resolve issues accessing an encrypted AWS Secrets Manager ... "Access to KMS is not allowed", "InternalFailure", or "An unknown ......
Read more >
Secret Detection - GitLab Docs
Anyone with access to the repository could use the secrets for malicious purposes. Exposed secrets must be considered compromised and be replaced, which...
Read more >
java.io.IOException: Invalid Keystore format - Stack Overflow
I tried many things, but none of them worked. And when I click more details I get this: at sun.security.provider.JavaKeyStore.engineLoad(Unknown Source) atsun.
Read more >
The SPYSCAPE Glossary of Spy Terms
Agent. As an agent, you work secretly for an intelligence service, offering secrets or operational support. While the FBI calls certain officers 'agents', ......
Read more >
Guide for the Standard Form (SF) 86
1.2 Why am I required to have a background investigation? ... 1.3 Is completing the form mandatory in order to get a position...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found