k7a-tomohiro

Results 7 issues of k7a-tomohiro

Currently, grpcurl accept data input with `-d string` option. We can set request content directly to `string` part. If the value is '@', request contents are read from stdin. So,...

## Description This work add ROPC token endpoint `/ropc` to oauth2proxy. ROPC is described in [RFC 6749 - The OAuth 2.0 Authorization Framework - Section 4.3. Resource Owner Password Credentials...

## Description This PR add feature of Token Introspection based on [RFC7662 OAuth 2.0 Token Introspection](https://www.rfc-editor.org/rfc/rfc7662.html). This PR add feature to validate bearer token (access token) passed by authorization header...

enhancement
docs
high-priority
refactor
needs tests
go
provider

## Description This change enables oauth2-proxy to create session cookie which does not contain `Expires` parameter in it. Session cookie is created when `--cookie-expire` parameter is set to 0 as...

### Describe your changes Localize https://glossary.cncf.io/service-discovery/ ### Related issue number or link (ex: `resolves #issue-number`) Resolve https://github.com/cncf/glossary/issues/3005 ### Checklist before opening this PR (put `x` in the checkboxes) - [x]...

lang/ja

### Summary Add japanese (ja-JP) language for internationalization. ### Motivation Contribute to expand the community.

cyclonedx-gomod output SBOM with HTML escaped when --json flag was specified. This converts `&` in purl to `\u0026` which sometimes is not parsed correctly in other tools. We can find...

enhancement