CyberArk Conjur Secret Fetcher GitHub Action - What is the host Id?

While going through the Github actions documentation, what is the hostid and workflow value as documented below ? Is ‘release’ just a placeholder value ?

- !policy
  id: github-apps
  body:
      - !group

      - &hosts
        - !host
          id: release
          annotations:
              authn-jwt/github/repository: my-repo/conjur-action
              authn-jwt/github/workflow: release

      - !grant
        role: !group
        members: *hosts

- !grant
  role: !group conjur/authn-jwt/github/apps
  member: !group github-apps

Thanks in Advance,
Senthil

Nevermind !! Figured it out.

host id- any variable
workflow - actual name in main yaml file.

Also if folks run into any issues, the authenticator Id from the github code should exclude ‘authn-jwt’

Thanks,

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.