Skip to content

[Bug]: <Fix argocd link in the idpbuilder create output in codespace> #269

@SupriyaNallapeta

Description

@SupriyaNallapeta

What is your environment, configuration, and command?

running idpbuilder create command in the Codespace as explained the README.

What did you do and What did you see instead?

In the codespace, the idpbuilder create command will give the invalid argocd url with port appended similar to this

Can Access ArgoCD at http://verbose-broccoli-jr5j59g5j7wh56x4-8080.app.github.dev:8080/argocd
Username: admin
Password can be retrieved by running: idpbuilder get secrets -p argocd

I would expect to see it as below,

Can Access ArgoCD at http://verbose-broccoli-jr5j59g5j7wh56x4-8080.app.github.dev/argocd
Username: admin
Password can be retrieved by running: idpbuilder get secrets -p argocd

related code: https://github.com/cnoe-io/idpbuilder/blob/main/pkg/cmd/create/root.go#L134
#267 (comment)

Additional Information. Logs.

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions