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

Authentik #2

Open
wants to merge 39 commits into
base: main
Choose a base branch
from
Open

Authentik #2

wants to merge 39 commits into from

Conversation

Martin1088
Copy link

Provider and app can be created.
static flow and property is missing

Cargo.toml Outdated Show resolved Hide resolved
central/Cargo.toml Outdated Show resolved Hide resolved
.cargo/config.toml Outdated Show resolved Hide resolved
central/src/auth/authentik/provider.rs Outdated Show resolved Hide resolved
central/src/auth/authentik/provider.rs Outdated Show resolved Hide resolved
central/src/auth/config.rs Outdated Show resolved Hide resolved
Comment on lines 15 to 33
/// Central secret sync
#[derive(Debug, Parser)]
pub struct Config {
/// Address the server should bind to
#[clap(env, long, default_value = "0.0.0.0:8080")]
pub bind_addr: SocketAddr,

/// Url of the local beam proxy which is required to have sockets enabled
#[clap(env, long, default_value = "http://beam-proxy:8081")]
pub beam_url: Url,

/// Beam api key
#[clap(env, long)]
pub beam_secret: String,

/// The app id of this application
#[clap(long, env, value_parser=|id: &str| Ok::<_, Infallible>(AppId::new_unchecked(id)))]
pub beam_id: AppId,
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move this central/src/config.rs without bind_addr

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved central

central/src/main.rs Outdated Show resolved Hide resolved
central/src/main.rs Outdated Show resolved Hide resolved
dev-keycloak/.env Outdated Show resolved Hide resolved
@Threated
Copy link
Member

The two new commits look good to me. I need to take a look at the full changes again then I think its ready to merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants