-
Hello, I have followed every step in the FAST. I have set up the branch to null in tfvars file. Do you maybe know what might be the issue? I have also tried to give the permissions manually but it seems like it doesn't work
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Can you share your identity providers and cicd variables? |
Beta Was this translation helpful? Give feedback.
-
I don't think those are correct. :) Remove the This is an example of my settings federated_identity_providers = {
github-ludomagno = {
attribute_condition = "attribute.repository_owner==\"ludomagno\""
issuer = "github"
}
gitlab-ludomagno = {
attribute_condition = "attribute.namespace_path==\"ludomagno\""
issuer = "gitlab"
}
}
cicd_repositories = {
bootstrap = {
identity_provider = "gitlab-ludomagno"
name = "ludomagno/bootstrap"
type = "gitlab"
}
resman = {
identity_provider = "github-ludomagno"
name = "ludomagno/resource_management"
type = "github"
}
} |
Beta Was this translation helpful? Give feedback.
I don't think those are correct. :)
Remove the
custom_settings
block from the identity provider, put the actual repo name inname
including its project.This is an example of my settings