Skip to content

Multiple entries in proxy.auth do not work as specified in documentation #929

@Kamilcuk

Description

@Kamilcuk

The following:

proxy.auth = name=default;type=basic;file=/passwd/default.htpasswd                                                                               
                     name=kamil;type=basic;file=/passwd/kamil.htpasswd    

Does not work and second entry is ignored.

The following does work:

proxy.auth = name=default;type=basic;file=/passwd/default.htpasswd,name=kamil;type=basic;file=/passwd/kamil.htpasswd    

It is parsed with

func parseKVSlice(in string) ([]map[string]string, error) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions