{"id":29177744,"url":"https://github.com/totvs/pulumi-slack","last_synced_at":"2025-07-01T18:07:57.680Z","repository":{"id":46185596,"uuid":"420115955","full_name":"totvs/pulumi-slack","owner":"totvs","description":"Simplified Slack provider to Pulumi","archived":false,"fork":false,"pushed_at":"2021-12-01T11:59:33.000Z","size":144,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-06-21T17:05:29.222Z","etag":null,"topics":["pulumi","slack"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/totvs.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}},"created_at":"2021-10-22T13:48:16.000Z","updated_at":"2021-12-01T12:16:07.000Z","dependencies_parsed_at":"2022-09-23T06:01:59.060Z","dependency_job_id":null,"html_url":"https://github.com/totvs/pulumi-slack","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/totvs/pulumi-slack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totvs%2Fpulumi-slack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totvs%2Fpulumi-slack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totvs%2Fpulumi-slack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totvs%2Fpulumi-slack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/totvs","download_url":"https://codeload.github.com/totvs/pulumi-slack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totvs%2Fpulumi-slack/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263013730,"owners_count":23399814,"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":["pulumi","slack"],"created_at":"2025-07-01T18:07:56.999Z","updated_at":"2025-07-01T18:07:57.660Z","avatar_url":"https://github.com/totvs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What this provider can do?\n- Channels: can create public, private, add description, purpose, etc...\n- User: bind existenting user to a channel\n\n\u003e A channel cannot be deleted, this provider rename and archive the channel.\n\n# Permissions\nWe need to configure some scopes to manage resources (Bot tokens):\n\n1. Open https://api.slack.com/apps\n2. Create new App\n3. Configure App Name and Workspace to develop\n4. Use the manifest below\n```yaml\n_metadata:\n  major_version: 1\n  minor_version: 1\ndisplay_information:\n  name: pulumi-resource-slack\nfeatures:\n  bot_user:\n    display_name: pulumi-resource-slack\n    always_online: false\noauth_config:\n  scopes:\n    bot:\n      - channels:manage\n      - groups:write\n      - im:write\n      - mpim:write\n      - groups:read\n      - channels:read\n      - im:read\n      - mpim:read\n      - users:read\n      - users:read.email\nsettings:\n  org_deploy_enabled: false\n  socket_mode_enabled: false\n  token_rotation_enabled: false\n```\n5. Open menu Oauth \u0026 Permissions\n6. Click on Install to Workspace and allow requested permissions\n7. Go to menu Features/Oauth \u0026 Permissions\n8. Copy the bot user oauth token to be used by this provider\n\n## Other tips\nIf you are facing problems to manage channel members, even if you add permission scopes to the bot user, check the channel management.\n\nhttps://YOUR-WORKSPACE-HERE.slack.com/admin/settings#channel_management_restrictions\n\n## Environment\nYou need to set Slack token with:\n\n```sh\nexport SLACK_TOKEN xoxb-2271973586641-3369578963123-hngThgT5dq4W7vmHdzd91T3H\n```\nor\n```sh\npulumi config set --secret slack:config:token xoxb-2271973586641-3369578963123-hngThgT5dq4W7vmHdzd91T3H\n```\n# Installation\n\nYou can download the latest provider from releases and install with:\n\n```bash\npulumi plugin install resource slack 0.0.5 -f /tmp/pulumi-resource-slack-v0.0.5-alpha.1636395768+d62d844a-linux-amd64.tar.gz\n```\n\n## Pre-requisites to develop\n\nInstall the `pulumictl` cli from the [releases](https://github.com/pulumi/pulumictl/releases) page or follow the [install instructions](https://github.com/pulumi/pulumictl#installation)\n\n\u003e NB: Usage of `pulumictl` is optional. If not using it, hard code the version in the [Makefile](Makefile) of when building explicitly pass version as `VERSION=0.0.1 make build`\n\n## Build and Test\n\n```bash\n# build and install the resource provider plugin\n$ make build install\n\n# test\n$ cd examples/ts\n$ yarn link @pulumi/slack\n$ yarn install\n$ pulumi stack init test\n$ pulumi up\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftotvs%2Fpulumi-slack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftotvs%2Fpulumi-slack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftotvs%2Fpulumi-slack/lists"}