-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Open
Labels
area/platformissues related to the platformissues related to the platformautoteamcommunityneeds-triageteam/composeteam/platform-movetype/bugSomething isn't workingSomething isn't working
Description
Helm Chart Version
2.0.18
What step the error happened?
None
Relevant information
The gcs log creds secret loads the credentials json file using the data
key:
But the main airbyte-secrets
secret uses stringData
so the storage credentials are encoded twice. I fixed this with a manual transformation for now. You can probably work around it by making a logging secret yourself and then pass a non-base64'd version into global.storage.gcs.credentialsJson
but the docs do ask for a base64'd version. Kind of strange.
Relevant log output
Metadata
Metadata
Assignees
Labels
area/platformissues related to the platformissues related to the platformautoteamcommunityneeds-triageteam/composeteam/platform-movetype/bugSomething isn't workingSomething isn't working