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

Name length greater than 63 lead to failed cloud function deployment #133

Closed
BrunoReboul opened this issue Feb 18, 2021 · 0 comments · Fixed by #142
Closed

Name length greater than 63 lead to failed cloud function deployment #133

BrunoReboul opened this issue Feb 18, 2021 · 0 comments · Fixed by #142
Labels
type: bug Error or flaw in code with unintended results
Milestone

Comments

@BrunoReboul
Copy link
Owner

Error

Cloud function Instance dumpinventory_org_cloudresourcemanager_Organization deployment failed.

Cause

Cloud function names length is limited to 63

OrganizationIDs have variable lengh, the string length is 51 without the organizationID, leaving 12 for the organizationID while it can more more (seen 14)

Fix

Truncate cloud function mame to max 63

@BrunoReboul BrunoReboul added the type: bug Error or flaw in code with unintended results label Feb 18, 2021
@BrunoReboul BrunoReboul added this to the 2021-03 milestone Feb 18, 2021
@BrunoReboul BrunoReboul mentioned this issue Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Error or flaw in code with unintended results
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant