Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Atlassian::Opsgenie::Team timeout on creation #29

Open
deuscapturus opened this issue Oct 4, 2023 · 0 comments
Open

Atlassian::Opsgenie::Team timeout on creation #29

deuscapturus opened this issue Oct 4, 2023 · 0 comments

Comments

@deuscapturus
Copy link

The activated public extension Atlassian::Opsgenie::Team does not appear to work.

The resource creation hangs forcing me to cancel stack update. During rollback the resource fails with error "Internal Failure". I'm using extension version 1.0.1.

Resource portion of the template (generated by cdk):

  "OpsGenieTeam": {
   "Type": "Atlassian::Opsgenie::Team",
   "Properties": {
    "Name": "engineering",
    "OpsgenieApiKey": {
     "Fn::Join": [
      "",
      [
       "{{resolve:secretsmanager:",
       {
        "Ref": "OpsGenieApiKeySecretDBE50498"
       },
       ":SecretString:::}}"
      ]
     ]
    },
    "OpsgenieApiEndpoint": "https://api.opsgenie.com"
   },
   "Metadata": {
    "aws:cdk:path": "shared/observability/CloudWatchAlarmsTeam"
   }
  },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant