mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 00:40:25 +02:00
docs: update changelog, documentaiton, and helm configurations. (#63)
- Update changelog. - Update docs to cover authorization support. - Updates helm to support authorization, and policy file.
This commit is contained in:
parent
eb9dff0c48
commit
45e6a8dc57
41 changed files with 901 additions and 254 deletions
|
@ -7,8 +7,6 @@ import (
|
|||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/pomerium/pomerium/internal/log"
|
||||
|
||||
"github.com/pomerium/pomerium/internal/fileutil"
|
||||
yaml "gopkg.in/yaml.v2"
|
||||
)
|
||||
|
@ -55,7 +53,6 @@ func FromConfig(confBytes []byte) ([]Policy, error) {
|
|||
return nil, err
|
||||
}
|
||||
}
|
||||
log.Info().Msgf("from config %+v", f)
|
||||
return f, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue