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

All jira credentials should take from config, not from env #480

Open
mitesh-ko opened this issue Oct 7, 2022 · 2 comments
Open

All jira credentials should take from config, not from env #480

mitesh-ko opened this issue Oct 7, 2022 · 2 comments

Comments

@mitesh-ko
Copy link

I use this package for Jira APIs but in my project requirement, we take Jira credentials from users and use their credentials on run time.
Laravel provides the functionality to update config on run time.
If credentials are taken from config then we can update these on run time or we can use credentials dynamically.

Please use credentials from Jira specific config file in Laravel config folder.

@lesstif
Copy link
Owner

lesstif commented Oct 9, 2022

Hi @miteshkothari3319
You can use the ArrayConfigurator as the alternative solution.

check out it.

@mitesh-ko
Copy link
Author

Okay, this can work.
But, if there a config file we not need to use config array all the time.
So I feel use config instead of .env is a good idea.

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