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

Handling password and token in Ballerina.toml #25074

Open
suganyasuven opened this issue Jul 31, 2020 · 0 comments
Open

Handling password and token in Ballerina.toml #25074

suganyasuven opened this issue Jul 31, 2020 · 0 comments
Labels
Area/ProjectAPI SwanLakeDump All issues planned for Swan Lake GA release Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) Type/NewFeature

Comments

@suganyasuven
Copy link
Contributor

Description:
If we have to specify a password or token in the toml, How we are going to handle it?

Sample toml file:

org-name= "foo"
version= "0.1.0"

[platform]
target = "java8"

    [[platform.repositories]]
       id="wso2-releases"
       url="http://maven.wso2.org/nexus/content/repositories/releases/"
       username="foo"
       password="*****"
@pramodya1994 pramodya1994 added the Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) label Aug 19, 2020
@hevayo hevayo added the SwanLakeDump All issues planned for Swan Lake GA release label Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area/ProjectAPI SwanLakeDump All issues planned for Swan Lake GA release Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) Type/NewFeature
Projects
None yet
Development

No branches or pull requests

4 participants