Git Product home page Git Product logo

terraform-spacelift-msteams's People

Contributors

marcinwyszynski avatar nmindz avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

nmindz jstrese

terraform-spacelift-msteams's Issues

Webhook names should be more unique

When creating a webhook with this module, the named webhook that gets created is "MS Teams Integration ()".

This is a problem because there may be multiple spaces using the same channel name on Teams, not aware that this is going to cause a name collision for this module.

Proposed Solution
Add the Space ID in the webhook name:
MS Teams Integration (channel-name) [space-id]

Incorrect hyperlinks for Spacelift selfhosted

Our organization self-hosts Spacelift at a custom url. When using this module, the links in the webhook take us to a spacelift.io URL instead of our custom domain name. When we click on the link it says that an account is not found, which makes the links in the webhook unusable.

Example of what we get:
https://account-name.app.spacelift.io/stack/my-stack-name

Example of what we expect:
https://spacelift.mycompany.com/stack/my-stack-name

Proposed Solution
Add a new input to the module that defines the domain name.

Example:

module "my-webhooks" {
  source = "spacelift-io/msteams/spacelift"

  domain       = "spacelift.mycompany.com"
  channel_name = spacelift_space.this.id
  space_id     = spacelift_space.this.id
  webhook_url  = local.webhook_url
}
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.