{"id":27884635,"url":"https://github.com/adbertram/devolutions-server-get-entry","last_synced_at":"2025-05-05T06:38:29.946Z","repository":{"id":264690884,"uuid":"894094989","full_name":"adbertram/devolutions-server-get-entry","owner":"adbertram","description":"A GitHub action that queries a Devolutions Server and returns an entry.","archived":false,"fork":false,"pushed_at":"2024-11-26T16:16:40.000Z","size":936,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-03T14:55:56.494Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adbertram.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-25T18:37:25.000Z","updated_at":"2024-11-26T16:16:44.000Z","dependencies_parsed_at":"2024-12-01T23:03:51.504Z","dependency_job_id":null,"html_url":"https://github.com/adbertram/devolutions-server-get-entry","commit_stats":null,"previous_names":["adbertram/devolutions-server-get-entry"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adbertram%2Fdevolutions-server-get-entry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adbertram%2Fdevolutions-server-get-entry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adbertram%2Fdevolutions-server-get-entry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adbertram%2Fdevolutions-server-get-entry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adbertram","download_url":"https://codeload.github.com/adbertram/devolutions-server-get-entry/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252454976,"owners_count":21750508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-05T06:38:29.376Z","updated_at":"2025-05-05T06:38:29.930Z","avatar_url":"https://github.com/adbertram.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Devolutions Server Get SecretEntry Action\n\nThis GitHub Action authenticates with a Devolutions Server instance and retrieves a secret entry from a specified vault. The retrieved secret can be stored in an environment variable for use in subsequent workflow steps.\n\n## Inputs\n\n### `server_url`\n\n**Required** The URL of your Devolutions Server instance.\n\n### `app_key`\n\n**Required** The application key used for authentication with Devolutions Server.\n\n### `app_secret`\n\n**Required** The application secret used for authentication with Devolutions Server.\n\n### `vault_name`\n\n**Required** The name of the vault containing the secret entry you want to retrieve.\n\n### `entry_name`\n\n**Required** The name of the secret entry to retrieve from the vault.\n\n### `output_variable`\n\n**Optional** The name of the environment variable where the retrieved secret will be stored. Default: `\"DVLS_ENTRY_SECRET\"`.\n\n## Example usage\n\n```yaml\nuses: adbertram/devolutions-server-get-entry@v1\nwith:\nserver_url: 'https://your-server.devolutions.app'\napp_key: ${{ secrets.DVLS_APP_KEY }}\napp_secret: ${{ secrets.DVLS_APP_SECRET }}\nvault_name: 'MyVault'\nentry_name: 'MySecret'\noutput_variable: 'MY_SECRET_VALUE'\n```\n\n## Security Notes\n\n- Store your `app_key` and `app_secret` as GitHub Secrets\n- The retrieved secret will be stored in an environment variable accessible to subsequent workflow steps\n- Be cautious when logging or displaying the environment variable contents to prevent secret exposure\n\n## Prerequisites\n\n- A Devolutions Server instance\n- A Devolutions Server application identity with appropriate permissions to access the vault\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadbertram%2Fdevolutions-server-get-entry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadbertram%2Fdevolutions-server-get-entry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadbertram%2Fdevolutions-server-get-entry/lists"}