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

How to obtain the Authorization Header for K8S deployment #123

Open
enlight3d opened this issue Feb 14, 2025 · 3 comments
Open

How to obtain the Authorization Header for K8S deployment #123

enlight3d opened this issue Feb 14, 2025 · 3 comments

Comments

@enlight3d
Copy link

Hello,

We're trying to do a complete automated CI/CD pipeline for deployment on our servers, is there a way to obtain the Authorization header from the openobserve release once the chart is installed to pass it to the openobserve collector chart ?
Right now, we have to first wait for openobserve to be up and then log into it and get the header from the UI.

@prabhatsharma
Copy link
Contributor

So it is:

Recommended

Authorization: Basic base64("email:token")

Not possible to get the token as of now.

or

Not recommended

Authorization: Basic base64("email:password")

It's possible since you are setting the password.

@enlight3d
Copy link
Author

I tried Authorization: Basic base64("email:password") but didn't work

@prabhatsharma
Copy link
Contributor

Then you are doing something wrong. Follow this - https://openobserve.ai/docs/quickstart/#load-sample-data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants