-
Notifications
You must be signed in to change notification settings - Fork 18
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
Zitadel provider fails to upload images using resource "zitadel_label_policy" #152
Comments
I opened a pull request with the fix proposal for review: #153 |
There might be another issue related to |
This one is related to max size that is accepted. Many font have a size bigger than 512kb which is finally unrelated with the rest of the issue. |
when can we expect this to be released? the PR is already merged. |
Hi, we are running into the same problem. Thx to @akinsella-socrate for the fix but as mentioned in the PR it is closed because the merge of main into your branch was missing. Maybe you can open a new PR with updated branch, that would be totally helpful |
We are also affected by this issue and want to know when the fix will be released. |
Preflight Checklist
Version
v1.0.5
ZITADEL Version
Any
Describe the problem caused by this bug
When configuring Zitadel provider with the
jwt_profile_file
parameter, file upload fails for images onzitadel_label_policy
resource.Configuration example of the Zitadel provider:
Resource example:
Received error:
As a result configuration of images (Including their file upload) fails, not the configuration of colors and options.
To reproduce
Execute a terraform apply step with configuration described above
Screenshots
No response
Expected behavior
Should succeed with the file upload and creation/update of the related resource
Relevant Configuration
No response
Additional Context
There is, if not mistaken one line of code to change in file
client.go
to get it work. The fix has been tested successfully (Replacing official plugin with a compiled one based on the most recent main branch commit).Following condition :
should be changed to :
With keyPath set to
jwtProfileFile
, file upload of the image is successful.The text was updated successfully, but these errors were encountered: