You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error from server (BadRequest): error when creating "/data/resources.yaml": Secret in version "v1" cannot be handled as a Secret: v1.Secret.Data: decode base64: illegal base64 data at input byte 1, error found in #10 byte of ...|dGVzdA=='","CLIENT_S|..., bigger context ...|apiVersion":"v1","data":{"CLIENT_ID":"b'dGVzdA=='","CLIENT_SECRET":"b'dGVzdA=='","ISSUER":"b'aHR0cHM|...
This is because the variable is replaced with b'<base64 encoded string>' instead of just the string, this is related to python3 byte string that is not decoded before serialization.
The text was updated successfully, but these errors were encountered:
tools version: 0.10.1
In the
scheme.yaml
in the
apptest/deployer/schema.yaml
running
mpdev verify
I'm getting:
This is because the variable is replaced with
b'<base64 encoded string>'
instead of just the string, this is related to python3 byte string that is not decoded before serialization.The text was updated successfully, but these errors were encountered: