Yethal
Yethal
Yes, this does work. But you can simply replace $(whoami) with $(logname) to achieve the desired effect. You can test that by running following commands sudo sh -c 'echo $(whoami)'...
Sure, I can take a few
@hustcer Linked PR does not fully resolve the issue, while it is possible to specify record as an argument type it is not possible to specify the types for the...
Hey @tgross. Thanks for the links, unfortunately we use AWS but I'll go through the GCP guide, perhaps the setup is similar enough that this will be sufficient.
Another reason one might want to disable request logging is to declutter the test reports. For example the cypress-allure-plugin by default creates a separate test step from every Cypress command...
I don't see how could it possibly not be right considering the fact that the behavior described in the issue occurs only for pull requests and only for users that...
Assuming I have a workflow like this: ``` on: pull_request: jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 - name: Comment env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: |...
@SuyashHashiCorp Thank you so much for this
Turns out AWS does not support private IDPs (nomad jwks endpoint needs to be reachable from public internet even if the IDP will only be used within internal network) so...
> Isn't that what @sofixa commented about [above](https://github.com/hashicorp/nomad/issues/20227#issuecomment-2141998760)? i.e. Looks like I missed that part